We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e474fec commit ae7ec73Copy full SHA for ae7ec73
.github/workflows/build.yaml
@@ -569,7 +569,7 @@ jobs:
569
- name: Collate test coverage
570
if: matrix.toolchain != 'msvc'
571
run: cmake --build "$RUNNER_TEMP" --target coverage --verbose
572
- shell: msys2bash.cmd
+ shell: bash # C:\msys64\usr\bin\bash.exe --noprofile --norc -e -o pipefail '{0}'
573
- name: Upload test results
574
if: matrix.arch != 'arm64' && fromJSON(steps.post-build.outputs.tap)
575
uses: actions/upload-artifact@v4
0 commit comments