mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-11 15:40:54 +00:00
Fix tar argument
This commit is contained in:
@ -14,7 +14,7 @@ matrix:
|
|||||||
sudo: true
|
sudo: true
|
||||||
before_install:
|
before_install:
|
||||||
- wget https://dl.google.com/go/go1.12.6.linux-amd64.tar.gz
|
- wget https://dl.google.com/go/go1.12.6.linux-amd64.tar.gz
|
||||||
- sudo tar -C /usr/local -xzf $GOPACKAGE
|
- sudo tar -C /usr/local -xzf go1.12.6.linux-amd64.tar.gz
|
||||||
- export GOPATH=$HOME/go
|
- export GOPATH=$HOME/go
|
||||||
- export GOROOT=/usr/local/go
|
- export GOROOT=/usr/local/go
|
||||||
- export PATH=$GOROOT/bin:$GOPATH/bin:$PATH
|
- export PATH=$GOROOT/bin:$GOPATH/bin:$PATH
|
||||||
|
|||||||
Reference in New Issue
Block a user