diff --git a/.github/workflows/ctest.yml b/.github/workflows/ctest.yml index dd9c9014..c95df0ad 100644 --- a/.github/workflows/ctest.yml +++ b/.github/workflows/ctest.yml @@ -58,7 +58,7 @@ jobs: - name: Configure Windows CMake if: matrix.os == 'windows-latest' - shell: pwsh + shell: cmd working-directory: ${{github.workspace}}/build run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DADD_G3LOG_UNIT_TEST=ON