Skip to content

Commit

Permalink
Merge pull request #87575 from akien-mga/ci-emsdk-14
Browse files Browse the repository at this point in the history
CI: Update `mymindstorm/setup-emsdk` to v14, should fix cache folder conflicts
  • Loading branch information
YuriSizov committed Jan 25, 2024
2 parents ae2baec + 35ef0b3 commit 8d5c4b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/web_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 8d5c4b3

Please sign in to comment.