diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f75f9fc..c97f1e01 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -141,7 +141,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-r23-beta2-linux-x86_64.zip + curl -o ndk.zip -L https://dl.google.com/android/repository/android-ndk-r24-beta2-linux.zip unzip ndk.zip && rm -f *.zip && mv android-ndk* ndk - name: Android compilation