Skip to content

Commit b51ea5f

Browse files
committed
Revert "Merge pull request #134 from apernet/ci-cgo"
This reverts commit 5014523, reversing changes made to c453020.
1 parent 2ac8783 commit b51ea5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
env:
2929
GOOS: ${{ matrix.goos }}
3030
GOARCH: ${{ matrix.goarch }}
31+
CGO_ENABLED: 0
3132
run: |
3233
mkdir -p build
3334
go build -o build/OpenGFW-${GOOS}-${GOARCH} -ldflags "-s -w" .

0 commit comments

Comments
 (0)