Skip to content

Commit

Permalink
Update setup-emsdk from v13 to v14
Browse files Browse the repository at this point in the history
I've been running into issues when multiple runners attempt to use the emsdk cache because the key is the same.
 
This has been addressed in v14: https://github.com/mymindstorm/setup-emsdk/releases/tag/v14

There should be no reason not to upgrade.
  • Loading branch information
Ivorforce authored Nov 8, 2024
1 parent ab91bba commit 1f362b1
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 1f362b1

Please sign in to comment.