This commit is contained in:
cheatfate 2018-11-19 05:55:24 +02:00
parent b542f4e14c
commit e8d85bc79a
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ install:
rm -rf csources ;
cd ../.. ;
}"
- "export PATH=$PWD/nim/$NIMVER/bin:$PATH"
- echo $PWD
- export PATH=$PWD/nim/$NIMVER/bin:$HOME/go/bin:$PATH
- echo $GOPATH
- go get -v github.com/libp2p/go-libp2p-daemon
- cd $HOME/go/src/github.com/libp2p/go-libp2p-daemon
- make