CI: Update Android NDK to r27d.

This commit is contained in:
hev
2025-10-03 12:02:54 +08:00
parent e1b199b76e
commit 087a20341d

View File

@@ -258,12 +258,12 @@ jobs:
submodules: true
- name: Prepare
run: |
wget https://dl.google.com/android/repository/android-ndk-r27b-linux.zip
unzip android-ndk-r27b-linux.zip
wget https://dl.google.com/android/repository/android-ndk-r27d-linux.zip
unzip android-ndk-r27d-linux.zip
ln -sf . jni
- name: Build
run: |
./android-ndk-r27b/ndk-build
./android-ndk-r27d/ndk-build
llvm:
name: LLVM