diff options
author | Yuri Sizov <yuris@humnom.net> | 2024-01-25 16:27:28 +0100 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2024-01-25 16:27:28 +0100 |
commit | 8d5c4b3bd38fa7577a8bfd6f4078ad75ebcd05c8 (patch) | |
tree | c3180bd07dc7ab602fb890454ea15fd355c0a511 | |
parent | ae2baec640c07d7166f684b0be1a5d8dafd8d4af (diff) | |
parent | 35ef0b32b328d9e5ed15f86a0f4a4d29518dec12 (diff) | |
download | redot-engine-8d5c4b3bd38fa7577a8bfd6f4078ad75ebcd05c8.tar.gz |
Merge pull request #87575 from akien-mga/ci-emsdk-14
CI: Update `mymindstorm/setup-emsdk` to v14, should fix cache folder conflicts
-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: | |