fix some minor issues

This commit is contained in:
Simon Aronsson 2019-04-06 14:05:01 +02:00
parent 1b82da1ab7
commit 6157c50e4f
2 changed files with 3 additions and 3 deletions

View file

@ -93,7 +93,7 @@ jobs:
./goreleaser -v
- run:
name: Execute goreleaser
command: ../goreleaser --snapshot --skip-publish --debug
command: CGO_ENABLED=${CGO_ENABLED:-0} ../goreleaser --snapshot --skip-publish --debug
publishing:
executor: go
steps: