We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12d5c17 + 3175001 commit f085b73Copy full SHA for f085b73
1 file changed
.github/workflows/autobuild.yml
@@ -316,7 +316,7 @@ jobs:
316
317
- name: Cache Mac dependencies
318
if: matrix.config.target_os == 'macos'
319
- uses: actions/cache@v5
+ uses: actions/cache@v6
320
with:
321
path: |
322
~/qt
@@ -325,7 +325,7 @@ jobs:
325
326
- name: Cache Windows dependencies
327
if: matrix.config.target_os == 'windows'
328
329
330
331
C:\Qt
@@ -337,7 +337,7 @@ jobs:
337
338
- name: Cache Android dependencies
339
if: matrix.config.target_os == 'android'
340
341
342
343
/opt/Qt
0 commit comments