From 2125cbe7b2538b5e0cf5317da786d4e2cb8edbca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjell=20Hedstr=C3=B6m?= Date: Wed, 22 May 2024 15:10:22 -0700 Subject: [PATCH] Update ctest.yml --- .github/workflows/ctest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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