Skip to content

Commit 0923a71

Browse files
committed
CI: Install Android NDK r23c explicitly, with caching
1 parent 7022271 commit 0923a71

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/android_builds.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ jobs:
2626
distribution: temurin
2727
java-version: 17
2828

29+
- name: Install Android NDK r23c
30+
uses: nttld/setup-ndk@v1
31+
with:
32+
ndk-version: r23c
33+
link-to-sdk: true
34+
local-cache: true
35+
2936
- name: Setup Godot build cache
3037
uses: ./.github/actions/godot-cache
3138
continue-on-error: true

0 commit comments

Comments
 (0)