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 d93a49c commit 04a7cc1Copy full SHA for 04a7cc1
.github/workflows/build.yaml
@@ -516,7 +516,7 @@ jobs:
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 -S mingw-w64-x86_64-lcov
+ - run: C:\msys64\usr\bin\pacman --sync --noconfirm --verbose mingw-w64-x86_64-lcov
520
- name: Upload aqtinstall log file
521
if: failure()
522
uses: actions/upload-artifact@v4
0 commit comments