fix(ci): replace go get with go install

This commit is contained in:
hexxa 2022-04-23 20:38:08 +08:00 committed by Hexxa
parent 93ad72895a
commit 603ee8b4a6

View file

@ -6,7 +6,7 @@ rm -r dist && mkdir dist
# set this for builders behind GFW...
go env -w GOPROXY=https://goproxy.cn,direct
go get github.com/mitchellh/gox@v1.0.1
go install github.com/mitchellh/gox@v1.0.1
PATH=$PATH:$HOME/go/bin
cd cmd/start
gox \