Merge pull request #134 from apernet/ci-cgo

ci: enable cgo
This commit is contained in:
Toby 2024-05-07 23:40:17 -07:00 committed by GitHub
commit 5014523ae0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ 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" .