Skip to content

Commit 04a7cc1

Browse files
committed
Skip the confirm prompt
1 parent d93a49c commit 04a7cc1

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
@@ -516,7 +516,7 @@ jobs:
516516
doc-modules: ${{ startsWith(matrix.qt, '6') && 'qtbluetooth' || '' }}
517517
- run: gcov.exe --version
518518
- run: C:\msys64\usr\bin\pacman -Ss lcov
519-
- run: C:\msys64\usr\bin\pacman -S mingw-w64-x86_64-lcov
519+
- run: C:\msys64\usr\bin\pacman --sync --noconfirm --verbose mingw-w64-x86_64-lcov
520520
- name: Upload aqtinstall log file
521521
if: failure()
522522
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)