1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-03-05 15:15:49 +02:00

reverting to 386 because it worked before

This commit is contained in:
Jesse Duffield 2018-08-07 22:27:33 +10:00
parent 8aca30ee4c
commit af766c848c

View File

@ -12,7 +12,7 @@ matrix:
- go: tip
before_install:
# Download the binary to bin folder in $GOPATH
- curl -L -s https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-amd64 -o $GOPATH/bin/dep
- curl -L -s https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-386 -o $GOPATH/bin/dep
# Make the binary executable
- chmod +x $GOPATH/bin/dep
- ls $GOPATH/bin/