CI: try to use android NDK r29

This commit is contained in:
Frank Denis
2025-10-17 11:18:54 +02:00
parent 3eabeb547f
commit 462823fa78
+1 -1
View File
@@ -172,7 +172,7 @@ jobs:
- name: Install Android NDK
run: |
mkdir /tmp/android && cd /tmp/android
curl -o ndk.zip -L https://dl.google.com/android/repository/android-ndk-r27c-linux.zip
curl -o ndk.zip -L https://dl.google.com/android/repository/android-ndk-r29-linux.zip
unzip ndk.zip && rm -f *.zip && mv android-ndk* ndk
- name: Android compilation