diff --git a/.github/workflows/ci_macos.yaml b/.github/workflows/ci_macos.yaml index 416ff5024..59c3a8ca6 100644 --- a/.github/workflows/ci_macos.yaml +++ b/.github/workflows/ci_macos.yaml @@ -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: | diff --git a/.github/workflows/ci_ubuntu.yaml b/.github/workflows/ci_ubuntu.yaml index 5e060bb4d..5e76c639c 100644 --- a/.github/workflows/ci_ubuntu.yaml +++ b/.github/workflows/ci_ubuntu.yaml @@ -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: | diff --git a/.github/workflows/ci_windows.yaml b/.github/workflows/ci_windows.yaml index 3facbc4a1..dacdb3105 100644 --- a/.github/workflows/ci_windows.yaml +++ b/.github/workflows/ci_windows.yaml @@ -77,6 +77,7 @@ jobs: uses: jurplel/install-qt-action@v3 with: version: "6.4.0" + archives: qtbase qtsvg qttools - name: Install libtorrent run: | diff --git a/.github/workflows/coverity-scan.yml b/.github/workflows/coverity-scan.yml index 3848bf211..b7effcf5c 100644 --- a/.github/workflows/coverity-scan.yml +++ b/.github/workflows/coverity-scan.yml @@ -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: |