diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c9f5da142..41343050a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -500,8 +500,8 @@ jobs: run: | # Paths needed for MSYS2's LCOV to function properly. Note, its important that we add the mingw64 one here # before any later mingw installs (including those from install-qt-action) or this would interfere with those. - tee -a "$GITHUB_PATH" <<< 'C:\msys64\mingw64\bin' # Else lcov will fail to find its own geninfo command. tee -a "$GITHUB_PATH" <<< 'C:\msys64\usr\bin' # Else geninfo will fail to find .gcda files (not sure why). + tee -a "$GITHUB_PATH" <<< 'C:\msys64\mingw64\bin' # Else lcov will fail to find its own geninfo command. # For 32-bit (x86) MinGW builds, place GitHub's mingw32 at the head of the path (install-qt-actions would # supersede this below, but we never install (32-bit) mingw32 via install-qt-actions, so not an issue). [[ '${{ matrix.toolchain }}' != 'mingw' || '${{ matrix.arch }}' != 'x86' ]] ||