Skip to content

Commit f7c4adb

Browse files
authored
Update go.yml
1 parent 6e8c8cb commit f7c4adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
cd go
3838
go mod tidy
39-
CGO_ENABLED=0 go build -v -o duckserver_magic server_magic.go
39+
go build -v -o duckserver_magic server_magic.go
4040
4141
- name: Patch glibc for backwards compatibility
4242
uses: lmangani/[email protected]

0 commit comments

Comments
 (0)