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

This commit is contained in:
2023-11-08 11:36:38 +08:00
parent a1f938c872
commit e764bc1608
3 changed files with 9 additions and 9 deletions

View File

@ -11,9 +11,9 @@ steps:
commands:
- sed -i "s|deb.debian.org|mirrors.ustc.edu.cn|g" /etc/apt/sources.list.d/debian.sources
- apt-get update && apt-get install -y wget unzip && rm -rf /var/lib/apt/lists/*
- wget -q -T 180 -4 https://dl.google.com/android/repository/android-ndk-r26-linux.zip
- unzip -q android-ndk-r26-linux.zip
- rm -f android-ndk-r26-linux.zip
- wget -q -T 180 -4 https://dl.google.com/android/repository/android-ndk-r26b-linux.zip
- unzip -q android-ndk-r26b-linux.zip
- rm -f android-ndk-r26b-linux.zip
- name: docker-cn
pull: if-not-exists
image: plugins/docker