mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-29 00:51:35 +02:00
force underlying go commands under gox to use the vendor directory
This commit is contained in:
@ -30,7 +30,7 @@ jobs:
|
|||||||
name: Compile project on every platform
|
name: Compile project on every platform
|
||||||
command: |
|
command: |
|
||||||
go get github.com/mitchellh/gox
|
go get github.com/mitchellh/gox
|
||||||
gox -mod=vendor -parallel 10 -os "linux freebsd netbsd windows" -osarch "darwin/i386 darwin/amd64"
|
GOFLAGS=-mod=vendor gox -parallel 10 -os "linux freebsd netbsd windows" -osarch "darwin/i386 darwin/amd64"
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: pkg-cache-{{ checksum "go.sum" }}-v5
|
key: pkg-cache-{{ checksum "go.sum" }}-v5
|
||||||
paths:
|
paths:
|
||||||
|
Reference in New Issue
Block a user