mirror of
https://github.com/apernet/OpenGFW.git
synced 2024-11-13 13:59:24 +08:00
ci: enable cgo
This commit is contained in:
parent
c453020349
commit
dabcc9566c
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
@ -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" .
|
||||
|
Loading…
Reference in New Issue
Block a user