mirror of
https://github.com/xiaoqidun/goenv.git
synced 2026-09-21 14:14:46 +08:00
feat(添加工具): 更齐全的构建工具包
This commit is contained in:
1 parent
6996001e23
commit
3d5b07edd2
3 files changed
+5
-3
No files matched your search
@@ -14,7 +14,7 @@ jobs:
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v6
|
||||
- name: download ndk
|
||||
- name: download
|
||||
run: |
|
||||
apt-get update && apt-get install -y wget unzip && rm -rf /var/lib/apt/lists/*
|
||||
wget -q -T 180 -4 https://github.com/thongtech/go-legacy-win7/releases/download/v1.26.0-2/go-legacy-win7-1.26.0-2.linux_amd64.tar.gz
|
||||
|
||||
Reference in new issue
Block a user