Update the Android NDK

This commit is contained in:
Frank Denis 2022-12-12 00:07:47 +01:00
parent a5ea347381
commit fbad6b933b

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-r24-beta2-linux.zip
curl -o ndk.zip -L https://dl.google.com/android/repository/android-ndk-r25b-linux.zip
unzip ndk.zip && rm -f *.zip && mv android-ndk* ndk
- name: Android compilation