feat(更新版本): 更新Go到1.24.6,NDK到r29 Beta 3
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-08-07 17:21:07 +08:00
parent fa28f43699
commit 2c069962f4
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-beta2-linux.zip
- unzip -q android-ndk-r29-beta2-linux.zip
- rm -f android-ndk-r29-beta2-linux.zip
- 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
- name: docker-cn
pull: if-not-exists
image: plugins/docker