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