Skip to content

Commit 7825dad

Browse files
committed
Try using Bash
1 parent 37be7bb commit 7825dad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -583,9 +583,9 @@ jobs:
583583
- run: lcov --capture --directory . --output-file coverage.info
584584
shell: bash #C:\msys64\usr\bin\bash.exe --noprofile --norc -e -o pipefail '{0}'
585585
working-directory: ${{ runner.temp }}
586-
- name: Collate test coverage
587-
if: matrix.toolchain != 'msvc'
588-
run: cmake --build "%RUNNER_TEMP%" --target coverage --verbose
586+
#- name: Collate test coverage
587+
# if: matrix.toolchain != 'msvc'
588+
# run: cmake --build "%RUNNER_TEMP%" --target coverage --verbose
589589
- name: Collate test coverage
590590
if: matrix.toolchain != 'msvc'
591591
shell: bash

0 commit comments

Comments
 (0)