Skip to content

Commit

Permalink
Bring the C:\msys64\usr\bin path back
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Oct 13, 2024
1 parent 93b28b1 commit e7cd26d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,7 @@ jobs:
if: matrix.toolchain != 'msvc'
shell: bash
run: |
tee -a "$GITHUB_PATH" <<< 'C:\msys64\usr\bin'
# We need to add MSYS2's mingw64 to the path so that LCOV can find it's own geninfo utility. However, we do
# this before all other mingw installs (including those from install-qt-action) so those take precendence.
tee -a "$GITHUB_PATH" <<< 'C:\msys64\mingw64\bin'
Expand Down

0 comments on commit e7cd26d

Please sign in to comment.