We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cdfc7b commit 2528a0eCopy full SHA for 2528a0e
.github/workflows/android.yml
@@ -22,8 +22,15 @@ jobs:
22
uses: actions/setup-java@v3
23
with:
24
distribution: 'temurin'
25
- java-version: '21'
+ java-version: '17'
26
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
+
34
- name: Install libraries
35
run: |
36
sudo apt-get update
0 commit comments