mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-22 02:06:03 +08:00
[godot] Install MoltenVK SDK on macOS GH Action runners for Godot 4.0
This commit is contained in:
parent
ffa028626a
commit
df585301b9
3
.github/workflows/spine-godot-v4.yml
vendored
3
.github/workflows/spine-godot-v4.yml
vendored
@ -77,6 +77,7 @@ jobs:
|
|||||||
- name: Build Godot artifact
|
- name: Build Godot artifact
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
./spine-godot/build/install-macos-vulkan-sdk.sh
|
||||||
./spine-godot/build/setup.sh $GODOT_TAG false
|
./spine-godot/build/setup.sh $GODOT_TAG false
|
||||||
./spine-godot/build/build-v4.sh
|
./spine-godot/build/build-v4.sh
|
||||||
pushd spine-godot/godot/bin
|
pushd spine-godot/godot/bin
|
||||||
@ -101,6 +102,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build Godot artifact
|
- name: Build Godot artifact
|
||||||
run: |
|
run: |
|
||||||
|
./spine-godot/build/install-macos-vulkan-sdk.sh
|
||||||
./spine-godot/build/setup.sh $GODOT_TAG false
|
./spine-godot/build/setup.sh $GODOT_TAG false
|
||||||
./spine-godot/build/build-templates-v4.sh ios
|
./spine-godot/build/build-templates-v4.sh ios
|
||||||
|
|
||||||
@ -122,6 +124,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build Godot artifact
|
- name: Build Godot artifact
|
||||||
run: |
|
run: |
|
||||||
|
./spine-godot/build/install-macos-vulkan-sdk.sh
|
||||||
./spine-godot/build/setup.sh $GODOT_TAG false
|
./spine-godot/build/setup.sh $GODOT_TAG false
|
||||||
./spine-godot/build/build-templates-v4.sh macos
|
./spine-godot/build/build-templates-v4.sh macos
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user