Skip to content

Commit

Permalink
Use mymindstorm/setup-emsdk@v12
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Feb 15, 2023
1 parent e4c5a35 commit 54c5552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ jobs:\n"
conf.push_str(" - run: pip install pyodide-build\n");
conf.push_str(" - shell: bash\n run: echo EMSCRIPTEN_VERSION=$(pyodide config get emscripten_version) >> $GITHUB_ENV\n");
conf.push_str(
" - uses: mymindstorm/setup-emsdk@v11
" - uses: mymindstorm/setup-emsdk@v12
with:
version: ${{ env.EMSCRIPTEN_VERSION }}
actions-cache-folder: emsdk-cache\n",
Expand Down

0 comments on commit 54c5552

Please sign in to comment.