We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a7cc1 commit 404c4d7Copy full SHA for 404c4d7
.github/workflows/build.yaml
@@ -515,8 +515,8 @@ jobs:
515
(startsWith(matrix.qt, '5') && 'qtcore qtbluetooth' || 'qtcore') }}
516
doc-modules: ${{ startsWith(matrix.qt, '6') && 'qtbluetooth' || '' }}
517
- run: gcov.exe --version
518
- - run: C:\msys64\usr\bin\pacman -Ss lcov
519
- run: C:\msys64\usr\bin\pacman --sync --noconfirm --verbose mingw-w64-x86_64-lcov
+ - run: dir C:\msys64 /s
520
- name: Upload aqtinstall log file
521
if: failure()
522
uses: actions/upload-artifact@v4
0 commit comments