mirror of
https://github.com/jesseduffield/lazygit.git
synced 2024-11-28 09:08:41 +02:00
Add GOBIN to PATH
This commit is contained in:
parent
39bd1a4628
commit
59b0e2d70a
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user