We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e8c8cb commit f7c4adbCopy full SHA for f7c4adb
.github/workflows/go.yml
@@ -36,7 +36,7 @@ jobs:
36
run: |
37
cd go
38
go mod tidy
39
- CGO_ENABLED=0 go build -v -o duckserver_magic server_magic.go
+ go build -v -o duckserver_magic server_magic.go
40
41
- name: Patch glibc for backwards compatibility
42
uses: lmangani/[email protected]
0 commit comments