GHA CI: enable caching for Qt library

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

View file

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

View file

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

View file

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