We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b428d1 commit 3318044Copy full SHA for 3318044
1 file changed
.github/workflows/CI.yaml
@@ -61,11 +61,14 @@ jobs:
61
- name: Install Qt
62
uses: jurplel/install-qt-action@v4
63
with:
64
+ cache: 'true'
65
+ cache-key-prefix: 'cache-qt'
66
version: '5.15.2'
- host: 'windows'
- target: 'win32_msvc2019_64'
67
+ arch: 'win32_msvc2019_64'
68
dir: ${{ runner.temp }}/qt
69
+ setup-python: 'false'
70
- name: Cache QtMsBuild tools
71
+ id: cache-qtmsbuild-tools
72
uses: actions/cache@v4
73
74
path: ${{ runner.temp }}/qt/5.15.2/msvc2019_64/bin
0 commit comments