Skip to content

Commit

Permalink
Merge pull request #134 from apernet/ci-cgo
Browse files Browse the repository at this point in the history
ci: enable cgo
  • Loading branch information
tobyxdd authored May 8, 2024
2 parents c453020 + dabcc95 commit 5014523
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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" .
Expand Down

0 comments on commit 5014523

Please sign in to comment.