Merge pull request #17817 from Chocobo1/modules

GHA CI: only install required Qt components
This commit is contained in:
Chocobo1 2022-10-04 13:08:03 +08:00 committed by GitHub
commit 3b0ac0962e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 1 deletions

View file

@ -54,6 +54,8 @@ jobs:
uses: jurplel/install-qt-action@v3
with:
version: ${{ matrix.qt_version }}
archives: qtbase qtdeclarative qtsvg qttools
# Not sure why Qt made a hard dependency on qtdeclarative, try removing it when Qt > 6.4.0
- name: Install libtorrent
run: |

View file

@ -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: |

View file

@ -77,6 +77,7 @@ jobs:
uses: jurplel/install-qt-action@v3
with:
version: "6.4.0"
archives: qtbase qtsvg qttools
- name: Install libtorrent
run: |

View file

@ -24,7 +24,8 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: "6.3.0"
version: "6.4.0"
archives: qtbase qtsvg qttools
- name: Install libtorrent
run: |