fix rel dir

pull/2141/head
Shelikhoo 2019-04-15 20:48:52 +08:00
parent 4fef267c10
commit 7460f61f39
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ jobs:
unset GOPATH
mkdir ./src
mkdir ./src/v2ray.com
ln -s ../triggersrc ./src/v2ray.com/core
ln -s $(pwd)/../triggersrc ./src/v2ray.com/core
go get -v -t -d ./src/v2ray.com/core/...
tree
workingDirectory: '$(GOPATH)'