From c8f32acd2ec65199eaf5f51a19a5f618b89ca81d Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Wed, 12 Jul 2023 10:33:19 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=89=93=E5=8C=85=E9=95=9C=E5=83=8F):=20?= =?UTF-8?q?=E4=B8=BA=E9=95=9C=E5=83=8F=E5=AE=89=E8=A3=85wget?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 85f746f..62257a8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,8 @@ steps: pull: if-not-exists image: debian commands: - - wget -4 -q -T 180 https://dl.google.com/android/repository/android-ndk-r25c-linux.zip + - apt-get update && apt-get install -y wget && rm -rf /var/lib/apt/lists/* + - wget -q -T 180 -4 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: docker-cn