mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 13:53:37 -07:00
GHA CI: only install required Qt components
So it won't waste time download/install unused Qt components.
This commit is contained in:
parent
9a81cbf4c0
commit
dcc5206e3d
4 changed files with 5 additions and 0 deletions
1
.github/workflows/ci_ubuntu.yaml
vendored
1
.github/workflows/ci_ubuntu.yaml
vendored
|
@ -43,6 +43,7 @@ jobs:
|
|||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
version: ${{ matrix.qt_version }}
|
||||
archives: icu qtbase qtsvg qttools
|
||||
|
||||
- name: Install libtorrent
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue