Merge pull request #87575 from akien-mga/ci-emsdk-14

CI: Update `mymindstorm/setup-emsdk` to v14, should fix cache folder conflicts
This commit is contained in:
Yuri Sizov 2024-01-25 16:27:28 +01:00
commit 8d5c4b3bd3

View file

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