Skip to content

Commit

Permalink
Added prerequisite for windows builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
BencicAndrej committed Nov 14, 2018
1 parent 1d11dce commit 13e13dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
steps:
- checkout
- run: go get ./...
- run: GOOS=windows go get -u github.com/spf13/cobra
- run: curl -sL https://git.io/goreleaser | bash
workflows:
version: 2
Expand Down

0 comments on commit 13e13dc

Please sign in to comment.