Don't cache emsdk

Due to how caches are accessed this cache is almost useless, it only
matters if it is from the same branch or a base branch, and is identical
between branches, so caching it just clutters the build cache
This commit is contained in:
A Thousand Ships 2024-11-08 14:54:03 +01:00 committed by Relintai
parent fe7f931dc8
commit 763396719c

View File

@ -6,7 +6,6 @@ env:
PANDEMONIUM_BASE_BRANCH: master PANDEMONIUM_BASE_BRANCH: master
SCONSFLAGS: verbose=yes warnings=all debug_symbols=no werror=yes SCONSFLAGS: verbose=yes warnings=all debug_symbols=no werror=yes
EM_VERSION: 3.1.39 EM_VERSION: 3.1.39
EM_CACHE_FOLDER: "emsdk-cache"
concurrency: concurrency:
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-javascript group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-javascript
@ -24,8 +23,7 @@ jobs:
uses: mymindstorm/setup-emsdk@v14 uses: mymindstorm/setup-emsdk@v14
with: with:
version: ${{env.EM_VERSION}} version: ${{env.EM_VERSION}}
actions-cache-folder: ${{env.EM_CACHE_FOLDER}} no-cache: true
cache-key: emsdk-${{ matrix.cache-name }}-${{env.GODOT_BASE_BRANCH}}-${{github.ref}}-${{github.sha}}
- name: Verify Emscripten setup - name: Verify Emscripten setup
run: | run: |