mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +08:00
[godot] Fix Emscripten version for web builds - hardcode 4.0.20 and disable cache
This commit is contained in:
parent
cf0dba0120
commit
8fdbf055f2
3
.github/workflows/spine-godot-v4.yml
vendored
3
.github/workflows/spine-godot-v4.yml
vendored
@ -277,7 +277,8 @@ jobs:
|
||||
- name: Set up Emscripten latest
|
||||
uses: mymindstorm/setup-emsdk@v11
|
||||
with:
|
||||
version: ${{env.EM_VERSION}}
|
||||
version: 4.0.20
|
||||
no-cache: true
|
||||
|
||||
- name: Verify Emscripten setup
|
||||
run: |
|
||||
|
||||
3
.github/workflows/spine-godot.yml
vendored
3
.github/workflows/spine-godot.yml
vendored
@ -242,7 +242,8 @@ jobs:
|
||||
- name: Set up Emscripten latest
|
||||
uses: mymindstorm/setup-emsdk@v11
|
||||
with:
|
||||
version: ${{env.EM_VERSION}}
|
||||
version: 4.0.20
|
||||
no-cache: true
|
||||
|
||||
- name: Verify Emscripten setup
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user