Skip to content

Commit 404c4d7

Browse files
committed
Find the installed lcov
1 parent 04a7cc1 commit 404c4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,8 +515,8 @@ jobs:
515515
(startsWith(matrix.qt, '5') && 'qtcore qtbluetooth' || 'qtcore') }}
516516
doc-modules: ${{ startsWith(matrix.qt, '6') && 'qtbluetooth' || '' }}
517517
- run: gcov.exe --version
518-
- run: C:\msys64\usr\bin\pacman -Ss lcov
519518
- run: C:\msys64\usr\bin\pacman --sync --noconfirm --verbose mingw-w64-x86_64-lcov
519+
- run: dir C:\msys64 /s
520520
- name: Upload aqtinstall log file
521521
if: failure()
522522
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)