1
0
mirror of https://github.com/xiaoqidun/goenv.git synced 2025-04-05 03:37:54 +08:00

feat(部署脚本): wget仅使用ipv4

This commit is contained in:
2023-06-08 09:28:20 +08:00
parent 5db552bc1f
commit ce70d9b7fb

@ -33,7 +33,7 @@ steps:
pull: if-not-exists
image: alpine
commands:
- wget -q -T 180 https://dl.google.com/android/repository/android-ndk-r25c-linux.zip
- wget -4 -q -T 180 https://dl.google.com/android/repository/android-ndk-r25c-linux.zip
- unzip -q android-ndk-r25c-linux.zip
- rm -f android-ndk-r25c-linux.zip
- name: docker1