Skip to content

Commit b40fbf9

Browse files
committed
restore-key*s*
1 parent 4eff826 commit b40fbf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-emscripten.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
path: ${{ env.EMSDK_CACHE }}
4747
key: emsdk-${{ steps.emscripten-config.outputs.emscripten-version }}-${{ steps.emscripten-config.outputs.deps-hash }}
48-
restore-key: emsdk-${{ steps.emscripten-config.outputs.emscripten-version }}
48+
restore-keys: emsdk-${{ steps.emscripten-config.outputs.emscripten-version }}
4949
- name: "Install Python"
5050
uses: actions/setup-python@v6
5151
with:

0 commit comments

Comments
 (0)