mirror of
https://github.com/xiaoqidun/goenv.git
synced 2026-09-20 22:04:46 +08:00
fix(修复打包): 修复打包
This commit is contained in:
1 parent
c8f32acd2e
commit
55cba6a372
1 file changed
+1
-1
+1
-1
@@ -9,7 +9,7 @@ steps:
|
||||
pull: if-not-exists
|
||||
image: debian
|
||||
commands:
|
||||
- apt-get update && apt-get install -y wget && rm -rf /var/lib/apt/lists/*
|
||||
- apt-get update && apt-get install -y wget unzip && 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
|
||||
|
||||
Reference in new issue
Block a user