Merge pull request #98965 from AThousandShips/emsdk_cache_fix

[Web] Don't cache emsdk
This commit is contained in:
Thaddeus Crews 2024-11-10 12:12:25 -06:00
commit eb1d4b2340
No known key found for this signature in database
GPG Key ID: 62181B86FE9E5D84

View File

@ -8,7 +8,6 @@ env:
GODOT_BASE_BRANCH: master GODOT_BASE_BRANCH: master
SCONSFLAGS: verbose=yes warnings=extra werror=yes debug_symbols=no use_closure_compiler=yes strict_checks=yes SCONSFLAGS: verbose=yes warnings=extra werror=yes debug_symbols=no use_closure_compiler=yes strict_checks=yes
EM_VERSION: 3.1.64 EM_VERSION: 3.1.64
EM_CACHE_FOLDER: emsdk-cache
concurrency: concurrency:
group: ci-${{ github.actor }}-${{ github.head_ref || github.run_number }}-${{ github.ref }}-web group: ci-${{ github.actor }}-${{ github.head_ref || github.run_number }}-${{ github.ref }}-web
@ -46,8 +45,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: |