Skip to content

Commit 42db957

Browse files
committed
CI: upgrade Android SDK from 25c to 27c
1 parent 151e71b commit 42db957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
- name: Install Android NDK
173173
run: |
174174
mkdir /tmp/android && cd /tmp/android
175-
curl -o ndk.zip -L https://dl.google.com/android/repository/android-ndk-r25c-linux.zip
175+
curl -o ndk.zip -L https://dl.google.com/android/repository/android-ndk-r27c-linux.zip
176176
unzip ndk.zip && rm -f *.zip && mv android-ndk* ndk
177177
178178
- name: Android compilation

0 commit comments

Comments
 (0)