mirror of
https://github.com/heiher/natmap.git
synced 2026-06-05 05:09:32 +08:00
CI: Update Android NDK to r27d.
This commit is contained in:
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user