We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 910af21 commit d9218b8Copy full SHA for d9218b8
.github/workflows/build.yml
@@ -75,7 +75,7 @@ jobs:
75
actions-cache-folder: emsdk-cache
76
- name: actions/cache qt
77
uses: actions/cache@v1
78
- id: cache
+ id: cache-qt
79
with:
80
path: qt/${{matrix.version}}/${{matrix.platform}}
81
key: qt-${{matrix.version}}-${{matrix.platform}}
0 commit comments