Skip to content

Commit

Permalink
ci: Add CGO_ENABLED=0 to make sure we dont need it
Browse files Browse the repository at this point in the history
  • Loading branch information
wader committed Sep 3, 2024
1 parent f2f5ca5 commit fd1e3e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,7 @@ jobs:
go-version: "1.23.0"
- name: Test
env:
# cgo should not be needed
CGO_ENABLED: 0
GOARCH: ${{ matrix.goarch }}
run: make ${{ matrix.test_target }}

0 comments on commit fd1e3e5

Please sign in to comment.