Skip to content

Commit

Permalink
Add GOBIN to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 authored and jesseduffield committed Mar 21, 2020
1 parent 39bd1a4 commit 59b0e2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ jobs:
- name: Build binaries
run: |
go get github.com/mitchellh/gox
$GOBIN/gox -parallel 4 -os "linux freebsd netbsd windows" -osarch "darwin/i386 darwin/amd64"
export PATH="$(go env GOPATH)/bin:$PATH"
gox -parallel 4 -os "linux freebsd netbsd windows" -osarch "darwin/i386 darwin/amd64"

0 comments on commit 59b0e2d

Please sign in to comment.