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