From dc5bf997cac6ac3730798c98eb66f598e811b086 Mon Sep 17 00:00:00 2001 From: Paul Colby Date: Sun, 13 Oct 2024 18:37:40 +1100 Subject: [PATCH] Try the msys2 shell --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3a6ad2ce0..2287256ca 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -569,7 +569,7 @@ jobs: - name: Collate test coverage if: matrix.toolchain != 'msvc' run: cmake --build "$RUNNER_TEMP" --target coverage --verbose - shell: bash # C:\msys64\usr\bin\bash.exe --noprofile --norc -e -o pipefail '{0}' + shell: C:\msys64\usr\bin\bash.exe --noprofile --norc -e -o pipefail '{0}' - name: Upload test results if: matrix.arch != 'arm64' && fromJSON(steps.post-build.outputs.tap) uses: actions/upload-artifact@v4