Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a4aae83

Browse files
committedJun 7, 2024··
disable cgo in build
1 parent 772f4c7 commit a4aae83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
go mod download
3434
3535
- name: Build
36+
env:
37+
CGO_ENABLED: "0"
3638
run: |
3739
go build -v .
3840

0 commit comments

Comments
 (0)
Please sign in to comment.