Skip to content

Commit

Permalink
Let's look at the path
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Oct 13, 2024
1 parent c728246 commit bc18773
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,9 @@ jobs:
- if: matrix.toolchain != 'msvc'
shell: bash
run: tee -a "$GITHUB_PATH" <<< 'C:\msys64\mingw64\bin'
- run: echo "%PATH%"
- run: echo "$PATH"
shell: bash
- name: Install LCOV
if: matrix.toolchain != 'msvc'
run: pacman --sync --noconfirm --verbose mingw-w64-x86_64-lcov
Expand Down

0 comments on commit bc18773

Please sign in to comment.