Skip to content

Commit

Permalink
fix: patch emscripten
Browse files Browse the repository at this point in the history
  • Loading branch information
Sec-ant committed Oct 7, 2024
1 parent 8327812 commit 3666f76
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/actions/setup-emsdk/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,10 @@ runs:
- name: Setup EMSDK
uses: mymindstorm/setup-emsdk@v14
with:
version: ${{ inputs.emsdk-version }}
actions-cache-folder: ${{ inputs.emsdk-cache-dir }}
version: sdk-main-64bit # ${{ inputs.emsdk-version }}
no-cache: true

- name: Patch Emscripten
shell: bash
run: |
ls -la

0 comments on commit 3666f76

Please sign in to comment.