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.
1 parent bb105d2 commit 7825895Copy full SHA for 7825895
.github/workflows/linux-builds.yml
@@ -28,7 +28,7 @@ jobs:
28
- uses: actions/checkout@v2
29
- name: Cache Qt
30
id: cache-qt-6-4
31
- uses: actions/cache@v1 # not v2!
+ uses: actions/cache@v3
32
with:
33
path: ../Qt/6.4.2
34
key: ${{ runner.os }}-QtCache-Qt6-4
0 commit comments