From 761daab1caa0fee14ad5f3c8ca7ed135f414d3e7 Mon Sep 17 00:00:00 2001 From: Lukas Tenbrink Date: Fri, 8 Nov 2024 17:56:51 +0100 Subject: [PATCH] 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. --- .github/actions/build/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index 615cf0b..2294d2d 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -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 }}