Skip to content

Commit 2528a0e

Browse files
authored
Update android.yml with NDK
1 parent 3cdfc7b commit 2528a0e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/android.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,15 @@ jobs:
2222
uses: actions/setup-java@v3
2323
with:
2424
distribution: 'temurin'
25-
java-version: '21'
25+
java-version: '17'
2626

27+
- name: Setup NDK
28+
uses: nttld/setup-ndk@v1
29+
id: setup-ndk
30+
with:
31+
ndk-version: r28c
32+
link-to-sdk: true
33+
2734
- name: Install libraries
2835
run: |
2936
sudo apt-get update

0 commit comments

Comments
 (0)