feat(更新依赖): 更新依赖
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-02-14 23:19:42 +08:00
parent e465b02956
commit 47413e5e66
2 changed files with 5 additions and 5 deletions

View File

@ -33,9 +33,9 @@ steps:
pull: if-not-exists
image: alpine
commands:
- wget -q -T 180 https://dl.google.com/android/repository/android-ndk-r25b-linux.zip
- unzip -q android-ndk-r25b-linux.zip
- rm -f android-ndk-r25b-linux.zip
- wget -q -T 180 https://dl.google.com/android/repository/android-ndk-r25c-linux.zip
- unzip -q android-ndk-r25c-linux.zip
- rm -f android-ndk-r25c-linux.zip
- name: docker1
pull: if-not-exists
image: plugins/docker