From 8c398541684275c39480cdaa066633b1cf0ed903 Mon Sep 17 00:00:00 2001 From: Zackary Scholl Date: Sun, 3 Aug 2025 08:15:01 -0700 Subject: [PATCH] fix: ci --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3eb09b97..6edcc4a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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