mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +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
|
- name: Set up Emscripten latest
|
||||||
uses: mymindstorm/setup-emsdk@v11
|
uses: mymindstorm/setup-emsdk@v11
|
||||||
with:
|
with:
|
||||||
version: ${{env.EM_VERSION}}
|
version: 4.0.20
|
||||||
|
no-cache: true
|
||||||
|
|
||||||
- name: Verify Emscripten setup
|
- name: Verify Emscripten setup
|
||||||
run: |
|
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
|
- name: Set up Emscripten latest
|
||||||
uses: mymindstorm/setup-emsdk@v11
|
uses: mymindstorm/setup-emsdk@v11
|
||||||
with:
|
with:
|
||||||
version: ${{env.EM_VERSION}}
|
version: 4.0.20
|
||||||
|
no-cache: true
|
||||||
|
|
||||||
- name: Verify Emscripten setup
|
- name: Verify Emscripten setup
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user