Skip to content

Commit

Permalink
Update setup-emsdk from v13 to v14 in the github action. This fixes i…
Browse files Browse the repository at this point in the history
…ssues where multiple runners accessing the emsdk cache will conflict, causing one to crash.
  • Loading branch information
Ivorforce committed Nov 8, 2024
1 parent ab91bba commit 761daab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ runs:
# Web only
- name: Web - Set up Emscripten latest
if: ${{ inputs.platform == 'web' }}
uses: mymindstorm/setup-emsdk@v13
uses: mymindstorm/setup-emsdk@v14
with:
version: ${{ inputs.em_version }}
actions-cache-folder: ${{ inputs.em-cache-directory }}.${{ inputs.float-precision }}.${{ inputs.build-target-type }}
Expand Down

0 comments on commit 761daab

Please sign in to comment.