From 998db9a04079388947c2e4d62fbf70e75c635fd5 Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Tue, 22 Sep 2020 15:56:26 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BF=AE=E6=AD=A3=E9=95=9C=E5=83=8F):=20?= =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=9E=84=E5=BB=BA=E9=94=99=E8=AF=AF?= 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 ad566dd..7e4cf7c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ name: default steps: - name: build pull: if-not-exists - image: golang + image: alpine 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