Skip to content

Commit

Permalink
fix cache expression
Browse files Browse the repository at this point in the history
  • Loading branch information
Skycoder42 committed Dec 16, 2019
1 parent 910af21 commit d9218b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
actions-cache-folder: emsdk-cache
- name: actions/cache qt
uses: actions/cache@v1
id: cache
id: cache-qt
with:
path: qt/${{matrix.version}}/${{matrix.platform}}
key: qt-${{matrix.version}}-${{matrix.platform}}
Expand Down

0 comments on commit d9218b8

Please sign in to comment.