1
0
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:
Jesse Duffield
2019-09-15 19:58:37 +10:00
parent 6eff139c40
commit b92d27ee7f

View File

@ -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: