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

This commit is contained in:
2021-11-07 00:25:44 +08:00
parent 4ddf0bd22a
commit 6f8569a01d
2 changed files with 6 additions and 6 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-r23-linux.zip
- unzip -q android-ndk-r23-linux.zip
- rm -f android-ndk-r23-linux.zip
- wget -q -T 180 https://dl.google.com/android/repository/android-ndk-r23b-linux.zip
- unzip -q android-ndk-r23b-linux.zip
- rm -f android-ndk-r23b-linux.zip
- name: docker1
pull: if-not-exists
image: plugins/docker