Skip to content

Commit

Permalink
Try the msys2 shell
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Oct 13, 2024
1 parent ae7ec73 commit dc5bf99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc5bf99

Please sign in to comment.