mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[godot] Fix GH workflow
This commit is contained in:
parent
2f593fab38
commit
b75f155024
@ -94,7 +94,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd spine-godot/build
|
cd spine-godot/build
|
||||||
./setup-extension.sh $GODOT_TAG $DEV
|
./setup-extension.sh $GODOT_TAG $DEV
|
||||||
SCONS_CACHE=.scons-cache/ scons -j4 platform=linux target=template_debug arch=arm64 use_llvm=no use_lld=no CC=aarch64-linux-gnu-gcc CXX=aarch64-linux-gnu-g++
|
./build-extension.sh linux arm64
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
@ -162,6 +162,7 @@ jobs:
|
|||||||
- name: Set up Java 17
|
- name: Set up Java 17
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
|
distribution: temurin
|
||||||
java-version: 17
|
java-version: 17
|
||||||
|
|
||||||
- name: Setup Android SDK & NDK
|
- name: Setup Android SDK & NDK
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user