diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 54fc90450..b7f2a694e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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' ]] ||