Skip to content

Commit

Permalink
CGO_ENABLED default is appropriate
Browse files Browse the repository at this point in the history
  • Loading branch information
iwdgo committed Oct 29, 2023
1 parent a4796cf commit 97e717f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: iwdgo/gotip-build@master
id: gotip
with:
go_variables: CGO_ENABLED=0 GOARCH=${{ matrix.go_arch }}
go_variables: GOARCH=${{ matrix.go_arch }}
test_build: true

- name: Upload go executable
Expand Down

0 comments on commit 97e717f

Please sign in to comment.