Skip to content

Commit

Permalink
test: CGO_ENABLED=0
Browse files Browse the repository at this point in the history
  • Loading branch information
queencre committed Dec 9, 2022
1 parent 09142ea commit 5fcc710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
Makefile
- name: Build
if: env.GIT_DIFF
run: GOARCH=${{ matrix.go-arch }} LEDGER_ENABLED=false CGO_ENABLED=1 make build
run: GOARCH=${{ matrix.go-arch }} LEDGER_ENABLED=false CGO_ENABLED=0 make build

0 comments on commit 5fcc710

Please sign in to comment.