mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
[godot] Update Emscripten SDK version to 4.0.20 for GitHub Actions workflows
This commit is contained in:
parent
43ce791931
commit
ab3600df19
@ -172,7 +172,7 @@ jobs:
|
|||||||
- name: Set up Emscripten latest
|
- name: Set up Emscripten latest
|
||||||
uses: mymindstorm/setup-emsdk@v11
|
uses: mymindstorm/setup-emsdk@v11
|
||||||
with:
|
with:
|
||||||
version: 3.1.26
|
version: 4.0.20
|
||||||
|
|
||||||
- name: Setup python and scons
|
- name: Setup python and scons
|
||||||
uses: ./.github/actions/setup-godot-deps-4
|
uses: ./.github/actions/setup-godot-deps-4
|
||||||
|
|||||||
2
.github/workflows/spine-godot-v4.yml
vendored
2
.github/workflows/spine-godot-v4.yml
vendored
@ -34,7 +34,7 @@ env:
|
|||||||
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||||
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||||
AWS_EC2_METADATA_DISABLED: true
|
AWS_EC2_METADATA_DISABLED: true
|
||||||
EM_VERSION: 3.1.64
|
EM_VERSION: 4.0.20
|
||||||
GODOT_TAG: ${{ inputs.godot_tag }}
|
GODOT_TAG: ${{ inputs.godot_tag }}
|
||||||
GODOT_VERSION: ${{ inputs.godot_version }}
|
GODOT_VERSION: ${{ inputs.godot_version }}
|
||||||
GODOT_MONO: ${{ inputs.godot_mono }}
|
GODOT_MONO: ${{ inputs.godot_mono }}
|
||||||
|
|||||||
2
.github/workflows/spine-godot.yml
vendored
2
.github/workflows/spine-godot.yml
vendored
@ -11,7 +11,7 @@ env:
|
|||||||
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||||
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||||
AWS_EC2_METADATA_DISABLED: true
|
AWS_EC2_METADATA_DISABLED: true
|
||||||
EM_VERSION: 3.1.14
|
EM_VERSION: 4.0.20
|
||||||
GODOT_TAG: 3.6-stable
|
GODOT_TAG: 3.6-stable
|
||||||
GODOT_VERSION: 3.6.stable
|
GODOT_VERSION: 3.6.stable
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user