mirror of
https://github.com/mpusz/mp-units.git
synced 2026-02-12 18:09:03 +01: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