Skip to content

Commit 761daab

Browse files
committed
Update setup-emsdk from v13 to v14 in the github action. This fixes issues where multiple runners accessing the emsdk cache will conflict, causing one to crash.
1 parent ab91bba commit 761daab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ runs:
6767
# Web only
6868
- name: Web - Set up Emscripten latest
6969
if: ${{ inputs.platform == 'web' }}
70-
uses: mymindstorm/setup-emsdk@v13
70+
uses: mymindstorm/setup-emsdk@v14
7171
with:
7272
version: ${{ inputs.em_version }}
7373
actions-cache-folder: ${{ inputs.em-cache-directory }}.${{ inputs.float-precision }}.${{ inputs.build-target-type }}

0 commit comments

Comments
 (0)