Skip to content

Commit d9218b8

Browse files
committed
fix cache expression
1 parent 910af21 commit d9218b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
actions-cache-folder: emsdk-cache
7676
- name: actions/cache qt
7777
uses: actions/cache@v1
78-
id: cache
78+
id: cache-qt
7979
with:
8080
path: qt/${{matrix.version}}/${{matrix.platform}}
8181
key: qt-${{matrix.version}}-${{matrix.platform}}

0 commit comments

Comments
 (0)