We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce033c3 commit acfa4beCopy full SHA for acfa4be
.github/actions/emsdk-install/action.yml
@@ -30,8 +30,8 @@ runs:
30
restore-keys: |
31
${{ runner.os }}-emsdk-cache-${{ steps.cache-rotation.outputs.YEAR_MONTH }}-
32
33
- - name: "Install emsdk"
34
- uses: "mymindstorm/setup-emsdk@v14"
+ - name: Install emsdk
+ uses: pyodide/setup-emsdk@v15
35
with:
36
version: ${{ inputs.version }}
37
actions-cache-folder: ${{ inputs.cache-folder }}
0 commit comments