mirror of
https://github.com/xiaoqidun/goenv.git
synced 2025-04-11 14:27:25 +08:00
fix(修正镜像): 解决构建错误
This commit is contained in:
@ -5,7 +5,7 @@ name: default
|
|||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
image: golang
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- wget -q -T 180 https://dl.google.com/android/repository/android-ndk-r21b-linux-x86_64.zip
|
- 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
|
- unzip -q android-ndk-r21b-linux-x86_64.zip
|
||||||
|
Reference in New Issue
Block a user