Skip to content

Commit 13a9342

Browse files
authored
Merge pull request #165 from Faless/bump/godot-cpp_4.1.3
[godot-cpp] Update versions and patches
2 parents f149f97 + 68338ed commit 13a9342

File tree

6 files changed

+442
-274
lines changed

6 files changed

+442
-274
lines changed

.github/workflows/build_release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on: [push, pull_request]
44
env:
55
# Only used for the cache key. Increment version to force clean build.
66
GODOT_BASE_BRANCH: master
7+
# Hardcoding this seem to be the only way
8+
ANDROID_NDK_ROOT: /usr/local/lib/android/sdk/ndk/23.2.8568313/
79

810
jobs:
911
static-checks:
@@ -196,6 +198,13 @@ jobs:
196198
patch -p1 < misc/patches/scons_path.diff
197199
patch -p1 < misc/patches/gdnantive_arm_warnings.diff
198200
201+
- name: Setup Android dependencies
202+
if: ${{ matrix.platform == 'android' }}
203+
uses: nttld/setup-ndk@v1
204+
with:
205+
ndk-version: r23c
206+
link-to-sdk: true
207+
199208
- name: Patch godot-cpp to support build profile.
200209
run: |
201210
patch -p1 < misc/patches/build_profile.diff

godot-cpp

0 commit comments

Comments
 (0)