From f6db4435e6dba20edd52bd438df7ea42a7cbf072 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Thu, 29 Apr 2021 17:17:33 +0200 Subject: [PATCH] ci: `cmd` shell set for MSVC --- .github/workflows/ci-test-package-cmake.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-test-package-cmake.yml b/.github/workflows/ci-test-package-cmake.yml index 66300a20..4cfcb11f 100644 --- a/.github/workflows/ci-test-package-cmake.yml +++ b/.github/workflows/ci-test-package-cmake.yml @@ -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