mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 05:11:06 +02:00
fix ci
This commit is contained in:
parent
4266ff0e41
commit
7bb1ea7a01
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -46,6 +46,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
go version
|
go version
|
||||||
rm go.mod go.sum
|
rm go.mod go.sum
|
||||||
|
go mod init github.com/schollz/croc
|
||||||
go mod tidy
|
go mod tidy
|
||||||
CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -ldflags '-extldflags "-static"' -o croc.exe
|
CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -ldflags '-extldflags "-static"' -o croc.exe
|
||||||
CGO_ENABLED=0 GOOS=windows GOARCH=386 go build -ldflags '-extldflags "-static"' -o croc.exe
|
CGO_ENABLED=0 GOOS=windows GOARCH=386 go build -ldflags '-extldflags "-static"' -o croc.exe
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue