Skip to content

Commit

Permalink
Revert "Merge pull request #134 from apernet/ci-cgo"
Browse files Browse the repository at this point in the history
This reverts commit 5014523, reversing
changes made to c453020.
  • Loading branch information
tobyxdd committed May 8, 2024
1 parent 2ac8783 commit b51ea5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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" .
Expand Down

0 comments on commit b51ea5f

Please sign in to comment.