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 d4d6bd0 + 7d4b2a0 commit d0086b8Copy full SHA for d0086b8
.github/workflows/autobuild.yml
@@ -318,7 +318,7 @@ jobs:
318
319
- name: Cache Mac dependencies
320
if: matrix.config.target_os == 'macos'
321
- uses: actions/cache@v4
+ uses: actions/cache@v5
322
with:
323
path: |
324
~/qt
@@ -327,7 +327,7 @@ jobs:
327
328
- name: Cache Windows dependencies
329
if: matrix.config.target_os == 'windows'
330
331
332
333
C:\Qt
@@ -339,7 +339,7 @@ jobs:
339
340
- name: Cache Android dependencies
341
if: matrix.config.target_os == 'android'
342
343
344
345
/opt/Qt
0 commit comments