1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-28 14:56:33 -04:00

fix dep download path

This commit is contained in:
Shelikhoo 2019-04-15 19:51:47 +08:00
parent a46459fd11
commit 4cffa37b27
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316

View File

@ -76,7 +76,7 @@ jobs:
mkdir ./src
mkdir ./src/v2ray.com
ln -s ../triggersrc ./src/v2ray.com/core
go get -v -t -d v2ray.com/core/...
go get -v -t -d ./src/v2ray.com/core/...
workingDirectory: '$(GOPATH)'
displayName: 'Fetch sources'
- script: |