Skip to content

Commit

Permalink
test: add CGO_ENABLED when make build
Browse files Browse the repository at this point in the history
  • Loading branch information
queencre committed Dec 9, 2022
1 parent e2186a5 commit 8fdd40c
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 make build
run: GOARCH=${{ matrix.go-arch }} LEDGER_ENABLED=false CGO_ENABLED=1 make build

0 comments on commit 8fdd40c

Please sign in to comment.