Skip to content

Commit

Permalink
Let's see if Bash is any better
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Oct 13, 2024
1 parent f92f35b commit 422bdc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -498,8 +498,8 @@ jobs:
if: matrix.toolchain != 'msvc'
run: pacman --sync --noconfirm --verbose mingw-w64-x86_64-lcov
- run: dir C:\msys64\ /s
- run: C:\msys64\mingw64\bin\lcov --version
- run: lcov --version
#- run: C:\msys64\mingw64\bin\lcov --version

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

View workflow job for this annotation

GitHub Actions / yamllint

501:8 [comments] missing starting space in comment
#- run: lcov --version

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

View workflow job for this annotation

GitHub Actions / yamllint

502:8 [comments] missing starting space in comment
- run: lcov --version
shell: bash
- uses: actions/checkout@v4
Expand Down

0 comments on commit 422bdc8

Please sign in to comment.