forked from mpusz/mp-units
ci: calling conanvcvars.bat fixed
This commit is contained in:
4
.github/workflows/ci-test-package-cmake.yml
vendored
4
.github/workflows/ci-test-package-cmake.yml
vendored
@@ -154,7 +154,7 @@ jobs:
|
||||
shell: cmd
|
||||
working-directory: build/${{ matrix.build_type }}
|
||||
run: |
|
||||
conanvcvars.bat
|
||||
call conanvcvars.bat
|
||||
cmake ../../src -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake
|
||||
- name: Configure mp-units CMake
|
||||
if: matrix.config.compiler.type != 'VISUAL'
|
||||
@@ -177,7 +177,7 @@ jobs:
|
||||
shell: cmd
|
||||
working-directory: test_package/build/${{ matrix.build_type }}
|
||||
run: |
|
||||
conanvcvars.bat
|
||||
call conanvcvars.bat
|
||||
cmake ../.. -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_INSTALL_PREFIX=../../../build/${{ matrix.build_type }}/test_package
|
||||
- name: Configure test_package CMake
|
||||
if: matrix.config.compiler.type != 'VISUAL'
|
||||
|
Reference in New Issue
Block a user