We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e8c8cb commit f7c4adbCopy full SHA for f7c4adb
1 file changed
.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/polyfill-glibc-action@1.1.2
0 commit comments