ci: cmd shell set for MSVC

This commit is contained in:
Mateusz Pusz
2021-04-29 17:17:33 +02:00
parent c45b68232a
commit f6db4435e6

View File

@ -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