mirror of
https://github.com/schollz/croc.git
synced 2025-10-10 12:51:01 +02:00
fix: ci
This commit is contained in:
parent
0e94fa1502
commit
8c39854168
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -54,6 +54,7 @@ jobs:
|
|||
# rm go.mod go.sum
|
||||
# go mod init github.com/schollz/croc/v10
|
||||
# go mod tidy
|
||||
go get golang.org/x/sys@v0.33.0
|
||||
CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -ldflags '-extldflags "-static"' -o croc-windows7-amd64.exe
|
||||
CGO_ENABLED=0 GOOS=windows GOARCH=386 go build -ldflags '-extldflags "-static"' -o croc-windows7-386.exe
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue