Skip to content

Commit eed1fd9

Browse files
committed
add cgo to release
1 parent 1662ba8 commit eed1fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
restore-keys: |
3434
${{ runner.os }}-go-
3535
- name: get deps
36-
run: go get
36+
run: CGO_ENABLED=1 go get
3737
- name: Run GoReleaser
3838
uses: goreleaser/goreleaser-action@v2
3939
with:

0 commit comments

Comments
 (0)