Skip to content

Commit

Permalink
[godot] Fix GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
badlogic committed Dec 11, 2024
1 parent 2f593fa commit b75f155
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/spine-godot-extension-v4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
run: |
cd spine-godot/build
./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
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -162,6 +162,7 @@ jobs:
- name: Set up Java 17
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17

- name: Setup Android SDK & NDK
Expand Down

0 comments on commit b75f155

Please sign in to comment.