mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-29 18:07:16 +02:00
ci: cmd
shell set for MSVC
This commit is contained in:
2
.github/workflows/ci-test-package-cmake.yml
vendored
2
.github/workflows/ci-test-package-cmake.yml
vendored
@ -151,6 +151,7 @@ jobs:
|
||||
conan install ../.. -b outdated -u
|
||||
- name: Configure mp-units CMake
|
||||
if: matrix.config.compiler.type == 'VISUAL'
|
||||
shell: cmd
|
||||
working-directory: build/${{ matrix.build_type }}
|
||||
run: |
|
||||
conanvcvars.bat
|
||||
@ -173,6 +174,7 @@ jobs:
|
||||
conan install ../../..
|
||||
- name: Configure test_package CMake
|
||||
if: matrix.config.compiler.type == 'VISUAL'
|
||||
shell: cmd
|
||||
working-directory: test_package/build/${{ matrix.build_type }}
|
||||
run: |
|
||||
conanvcvars.bat
|
||||
|
Reference in New Issue
Block a user