mirror of
https://github.com/xiaoqidun/goenv.git
synced 2024-11-22 16:16:46 +08:00
This commit is contained in:
parent
c8f32acd2e
commit
55cba6a372
@ -9,7 +9,7 @@ steps:
|
|||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
image: debian
|
image: debian
|
||||||
commands:
|
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
|
- wget -q -T 180 -4 https://dl.google.com/android/repository/android-ndk-r25c-linux.zip
|
||||||
- unzip -q android-ndk-r25c-linux.zip
|
- unzip -q android-ndk-r25c-linux.zip
|
||||||
- rm -f android-ndk-r25c-linux.zip
|
- rm -f android-ndk-r25c-linux.zip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user