summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-01-25 12:13:22 +0100
committerRémi Verschelde <rverschelde@gmail.com>2024-01-25 13:12:43 +0100
commit35ef0b32b328d9e5ed15f86a0f4a4d29518dec12 (patch)
tree25ae7867a021059ba61ac429dc898e8db37b85cc
parent4b6ad349886288405890b07d4a8da425eb3c97ec (diff)
downloadredot-engine-35ef0b32b328d9e5ed15f86a0f4a4d29518dec12.tar.gz
CI: Update mymindstorm/setup-emsdk to v14, should fix cache folder conflicts
https://github.com/mymindstorm/setup-emsdk/releases/tag/v14 Co-authored-by: Yuri Sizov <yuris@humnom.net>
-rw-r--r--.github/workflows/web_builds.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/web_builds.yml b/.github/workflows/web_builds.yml
index 9524b5260b..a1b7f95cec 100644
--- a/.github/workflows/web_builds.yml
+++ b/.github/workflows/web_builds.yml
@@ -40,10 +40,11 @@ jobs:
- uses: actions/checkout@v4
- name: Set up Emscripten latest
- uses: mymindstorm/setup-emsdk@v12
+ uses: mymindstorm/setup-emsdk@v14
with:
version: ${{env.EM_VERSION}}
actions-cache-folder: ${{env.EM_CACHE_FOLDER}}
+ cache-key: emsdk-${{ matrix.cache-name }}-${{env.GODOT_BASE_BRANCH}}-${{github.ref}}-${{github.sha}}
- name: Verify Emscripten setup
run: |