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 db69591 + fb8ed8f commit 6f618f8Copy full SHA for 6f618f8
.github/workflows/autobuild.yml
@@ -319,7 +319,7 @@ jobs:
319
320
- name: Cache Mac dependencies
321
if: matrix.config.target_os == 'macos'
322
- uses: actions/cache@v3
+ uses: actions/cache@v4
323
with:
324
path: |
325
/usr/local/opt/qt
@@ -328,7 +328,7 @@ jobs:
328
329
- name: Cache Windows dependencies
330
if: matrix.config.target_os == 'windows'
331
332
333
334
C:\Qt
@@ -340,7 +340,7 @@ jobs:
340
341
- name: Cache Android dependencies
342
if: matrix.config.target_os == 'android'
343
344
345
346
/opt/Qt
0 commit comments