diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-01-25 12:13:22 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-01-25 13:12:43 +0100 |
commit | 35ef0b32b328d9e5ed15f86a0f4a4d29518dec12 (patch) | |
tree | 25ae7867a021059ba61ac429dc898e8db37b85cc | |
parent | 4b6ad349886288405890b07d4a8da425eb3c97ec (diff) | |
download | redot-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.yml | 3 |
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: | |