Revert "Merge pull request #134 from apernet/ci-cgo"

This reverts commit 5014523ae0, reversing
changes made to c453020349.
This commit is contained in:
Toby 2024-05-07 23:44:00 -07:00
parent 2ac8783eb6
commit b51ea5fa07
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ jobs:
env:
GOOS: ${{ matrix.goos }}
GOARCH: ${{ matrix.goarch }}
CGO_ENABLED: 0
run: |
mkdir -p build
go build -o build/OpenGFW-${GOOS}-${GOARCH} -ldflags "-s -w" .