This commit is contained in:
@@ -27,6 +27,13 @@ jobs:
|
||||
apt install -y mingw-w64
|
||||
x86_64-w64-mingw32-gcc --version
|
||||
|
||||
- name: 缓存依赖
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
~/go/pkg/mod
|
||||
~/.cache/go-build
|
||||
|
||||
- name: 构建上传工具
|
||||
run: |
|
||||
go env -w CGO_ENABLED=1
|
||||
|
||||
Reference in New Issue
Block a user