mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Fix tar argument
This commit is contained in:
@ -14,7 +14,7 @@ matrix:
|
||||
sudo: true
|
||||
before_install:
|
||||
- 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 GOROOT=/usr/local/go
|
||||
- export PATH=$GOROOT/bin:$GOPATH/bin:$PATH
|
||||
|
||||
Reference in New Issue
Block a user