We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1b199b commit 087a203Copy full SHA for 087a203
1 file changed
.github/workflows/build.yaml
@@ -258,12 +258,12 @@ jobs:
258
submodules: true
259
- name: Prepare
260
run: |
261
- wget https://dl.google.com/android/repository/android-ndk-r27b-linux.zip
262
- unzip android-ndk-r27b-linux.zip
+ wget https://dl.google.com/android/repository/android-ndk-r27d-linux.zip
+ unzip android-ndk-r27d-linux.zip
263
ln -sf . jni
264
- name: Build
265
266
- ./android-ndk-r27b/ndk-build
+ ./android-ndk-r27d/ndk-build
267
268
llvm:
269
name: LLVM
0 commit comments