Skip to content

Commit 3318044

Browse files
committed
actions: attempt 2
1 parent 8b428d1 commit 3318044

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/CI.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,14 @@ jobs:
6161
- name: Install Qt
6262
uses: jurplel/install-qt-action@v4
6363
with:
64+
cache: 'true'
65+
cache-key-prefix: 'cache-qt'
6466
version: '5.15.2'
65-
host: 'windows'
66-
target: 'win32_msvc2019_64'
67+
arch: 'win32_msvc2019_64'
6768
dir: ${{ runner.temp }}/qt
69+
setup-python: 'false'
6870
- name: Cache QtMsBuild tools
71+
id: cache-qtmsbuild-tools
6972
uses: actions/cache@v4
7073
with:
7174
path: ${{ runner.temp }}/qt/5.15.2/msvc2019_64/bin

0 commit comments

Comments
 (0)