Skip to content

Commit ae7ec73

Browse files
committed
Try 'regular' bash
1 parent e474fec commit ae7ec73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ jobs:
569569
- name: Collate test coverage
570570
if: matrix.toolchain != 'msvc'
571571
run: cmake --build "$RUNNER_TEMP" --target coverage --verbose
572-
shell: msys2bash.cmd
572+
shell: bash # C:\msys64\usr\bin\bash.exe --noprofile --norc -e -o pipefail '{0}'
573573
- name: Upload test results
574574
if: matrix.arch != 'arm64' && fromJSON(steps.post-build.outputs.tap)
575575
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)