From 0a89869012dad07eb5b824e1f89e242cd730795e Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Sat, 7 Nov 2020 10:55:35 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=9B=B4=E6=96=B0=E6=9E=84=E5=BB=BA):=20?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=9E=84=E5=BB=BA=E8=BF=87=E7=A8=8B=E4=B8=AD?= =?UTF-8?q?=E7=9A=84NDK=E5=8E=8B=E7=BC=A9=E5=8C=85=E4=BB=A5=E8=8A=82?= =?UTF-8?q?=E7=9C=81=E7=A3=81=E7=9B=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index d88128b..ca321f0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,6 +38,7 @@ steps: commands: - wget -q -T 180 https://dl.google.com/android/repository/android-ndk-r21b-linux-x86_64.zip - unzip -q android-ndk-r21b-linux-x86_64.zip + - rm -f android-ndk-r21b-linux-x86_64.zip - name: docker pull: if-not-exists image: plugins/docker