Skip to content

Commit

Permalink
Try using Bash
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Oct 13, 2024
1 parent 37be7bb commit 7825dad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -583,9 +583,9 @@ jobs:
- run: lcov --capture --directory . --output-file coverage.info
shell: bash #C:\msys64\usr\bin\bash.exe --noprofile --norc -e -o pipefail '{0}'

Check warning on line 584 in .github/workflows/build.yaml

View workflow job for this annotation

GitHub Actions / yamllint

584:22 [comments] missing starting space in comment
working-directory: ${{ runner.temp }}
- name: Collate test coverage
if: matrix.toolchain != 'msvc'
run: cmake --build "%RUNNER_TEMP%" --target coverage --verbose
#- name: Collate test coverage

Check warning on line 586 in .github/workflows/build.yaml

View workflow job for this annotation

GitHub Actions / yamllint

586:8 [comments] missing starting space in comment
# if: matrix.toolchain != 'msvc'
# run: cmake --build "%RUNNER_TEMP%" --target coverage --verbose
- name: Collate test coverage
if: matrix.toolchain != 'msvc'
shell: bash
Expand Down

0 comments on commit 7825dad

Please sign in to comment.