diff --git a/.github/workflows/ci_macos.yaml b/.github/workflows/ci_macos.yaml index 92de87827..4081a3a35 100644 --- a/.github/workflows/ci_macos.yaml +++ b/.github/workflows/ci_macos.yaml @@ -63,6 +63,7 @@ jobs: 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 + cache: true - name: Install libtorrent run: | diff --git a/.github/workflows/ci_ubuntu.yaml b/.github/workflows/ci_ubuntu.yaml index 64f9bac58..a5cfa4c1e 100644 --- a/.github/workflows/ci_ubuntu.yaml +++ b/.github/workflows/ci_ubuntu.yaml @@ -58,6 +58,7 @@ jobs: with: version: ${{ matrix.qt_version }} archives: icu qtbase qtdeclarative qtsvg qttools + cache: true - name: Install libtorrent run: | diff --git a/.github/workflows/ci_windows.yaml b/.github/workflows/ci_windows.yaml index 0f61d2715..7902342b5 100644 --- a/.github/workflows/ci_windows.yaml +++ b/.github/workflows/ci_windows.yaml @@ -68,6 +68,7 @@ jobs: with: version: "6.5.2" archives: qtbase qtsvg qttools + cache: true - name: Install libtorrent run: |