GHA CI: enable caching for Qt library

This commit is contained in:
Chocobo1 2023-11-17 22:32:33 +08:00
parent bfa8dc7f67
commit 1aff030317
3 changed files with 3 additions and 0 deletions

View file

@ -66,6 +66,7 @@ jobs:
version: ${{ matrix.qt_version }} version: ${{ matrix.qt_version }}
archives: qtbase qtdeclarative qtsvg qttools archives: qtbase qtdeclarative qtsvg qttools
# Not sure why Qt made a hard dependency on qtdeclarative, try removing it when Qt > 6.4.0 # Not sure why Qt made a hard dependency on qtdeclarative, try removing it when Qt > 6.4.0
cache: true
- name: Install libtorrent - name: Install libtorrent
run: | run: |

View file

@ -48,6 +48,7 @@ jobs:
with: with:
version: ${{ matrix.qt_version }} version: ${{ matrix.qt_version }}
archives: icu qtbase qtsvg qttools archives: icu qtbase qtsvg qttools
cache: true
- name: Install libtorrent - name: Install libtorrent
run: | run: |

View file

@ -81,6 +81,7 @@ jobs:
with: with:
version: "6.5.0" version: "6.5.0"
archives: qtbase qtsvg qttools archives: qtbase qtsvg qttools
cache: true
- name: Install libtorrent - name: Install libtorrent
run: | run: |