Skip to content

Commit

Permalink
Validate path assumption
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Oct 13, 2024
1 parent e7cd26d commit 7ee5376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ jobs:
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'
#tee -a "$GITHUB_PATH" <<< 'C:\msys64\mingw64\bin'
# For 32-bit (x86) MinGW builds, place GitHub's mingw32 at the head of the path (install-qt-actions could
# supersede this below, but we never install (32-bit) mingw32 via install-qt-actions).
[[ '${{ matrix.toolchain }}' != 'mingw' || '${{ matrix.arch }}' != 'x86' ]] ||
Expand Down

0 comments on commit 7ee5376

Please sign in to comment.