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

This commit is contained in:
2025-09-07 18:15:17 +08:00
parent a4bf0559f8
commit 1e81851fc3
3 changed files with 9 additions and 9 deletions

View File

@@ -10,9 +10,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-r29-beta3-linux.zip
- unzip -q android-ndk-r29-beta3-linux.zip
- rm -f android-ndk-r29-beta3-linux.zip
- wget -q -T 180 -4 https://dl.google.com/android/repository/android-ndk-r29-beta4-linux.zip
- unzip -q android-ndk-r29-beta4-linux.zip
- rm -f android-ndk-r29-beta4-linux.zip
- name: docker-cn
pull: if-not-exists
image: plugins/docker