From ce70d9b7fb9708d66b1b3c43b7f1630d24f974ef Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Thu, 8 Jun 2023 09:28:20 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=83=A8=E7=BD=B2=E8=84=9A=E6=9C=AC):=20w?= =?UTF-8?q?get=E4=BB=85=E4=BD=BF=E7=94=A8ipv4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index fe4c884..6ae569b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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