Skip to content

Commit

Permalink
Merge pull request #10 from numary/fix/ci-cgo
Browse files Browse the repository at this point in the history
fix ci / cgo only for fetching deps
  • Loading branch information
altitude authored Jul 6, 2021
2 parents 8fc168e + 1662ba8 commit 308641c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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 308641c

Please sign in to comment.