mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-17 00:18:05 +02:00
back to amd64
This commit is contained in:
@ -12,7 +12,7 @@ matrix:
|
|||||||
- go: tip
|
- go: tip
|
||||||
before_install:
|
before_install:
|
||||||
# Download the binary to bin folder in $GOPATH
|
# Download the binary to bin folder in $GOPATH
|
||||||
- curl -L -s https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-386 -o $GOPATH/bin/dep
|
- curl -L -s https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-amd64 -o $GOPATH/bin/dep
|
||||||
# Make the binary executable
|
# Make the binary executable
|
||||||
- chmod +x $GOPATH/bin/dep
|
- chmod +x $GOPATH/bin/dep
|
||||||
- dep ensure
|
- dep ensure
|
||||||
|
Reference in New Issue
Block a user