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.

pull/67/head
Lukas Tenbrink 2024-11-08 17:56:51 +01:00
parent ab91bbab41
commit 761daab1ca
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}