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 4eff826 commit b40fbf9Copy full SHA for b40fbf9
.github/workflows/reusable-emscripten.yml
@@ -45,7 +45,7 @@ jobs:
45
with:
46
path: ${{ env.EMSDK_CACHE }}
47
key: emsdk-${{ steps.emscripten-config.outputs.emscripten-version }}-${{ steps.emscripten-config.outputs.deps-hash }}
48
- restore-key: emsdk-${{ steps.emscripten-config.outputs.emscripten-version }}
+ restore-keys: emsdk-${{ steps.emscripten-config.outputs.emscripten-version }}
49
- name: "Install Python"
50
uses: actions/setup-python@v6
51
0 commit comments