Skip to content

Commit 087a203

Browse files
committed
CI: Update Android NDK to r27d.
1 parent e1b199b commit 087a203

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,12 +258,12 @@ jobs:
258258
submodules: true
259259
- name: Prepare
260260
run: |
261-
wget https://dl.google.com/android/repository/android-ndk-r27b-linux.zip
262-
unzip android-ndk-r27b-linux.zip
261+
wget https://dl.google.com/android/repository/android-ndk-r27d-linux.zip
262+
unzip android-ndk-r27d-linux.zip
263263
ln -sf . jni
264264
- name: Build
265265
run: |
266-
./android-ndk-r27b/ndk-build
266+
./android-ndk-r27d/ndk-build
267267
268268
llvm:
269269
name: LLVM

0 commit comments

Comments
 (0)