Skip to content

Commit

Permalink
add cgo to release
Browse files Browse the repository at this point in the history
  • Loading branch information
altitude committed Jul 6, 2021
1 parent 1662ba8 commit eed1fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: get deps
run: go get
run: CGO_ENABLED=1 go get
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit eed1fd9

Please sign in to comment.