mirror of
https://github.com/xiaoqidun/goenv.git
synced 2024-11-22 16:16:46 +08:00
fix(更新构建): 删除构建过程中的NDK压缩包以节省磁盘
This commit is contained in:
parent
a7326a8222
commit
0a89869012
@ -38,6 +38,7 @@ steps:
|
||||
commands:
|
||||
- wget -q -T 180 https://dl.google.com/android/repository/android-ndk-r21b-linux-x86_64.zip
|
||||
- unzip -q android-ndk-r21b-linux-x86_64.zip
|
||||
- rm -f android-ndk-r21b-linux-x86_64.zip
|
||||
- name: docker
|
||||
pull: if-not-exists
|
||||
image: plugins/docker
|
||||
|
Loading…
x
Reference in New Issue
Block a user