Skip to content

Commit edaa0dd

Browse files
committed
ci: use Go's own C implementations for maximum compatibility
1 parent 44d927f commit edaa0dd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
env:
3434
GOOS: ${{ matrix.goos }}
3535
GOARCH: ${{ matrix.goarch }}
36+
CGO_ENABLED: 0
3637
run: |
3738
# Set the output binary name with extension based on OS
3839
EXT=""

0 commit comments

Comments
 (0)