|
@@ -72,7 +72,9 @@ jobs:
|
|
|
displayName: Apt Install
|
|
displayName: Apt Install
|
|
|
- script: |
|
|
- script: |
|
|
|
go version
|
|
go version
|
|
|
- go get -v -t -d v2ray.com/core/...
|
|
|
|
|
|
|
+ #go get -v -t -d v2ray.com/core/...
|
|
|
|
|
+ unset GOPATH
|
|
|
|
|
+ go get -v -t -d github.com/v2fly/v2ray-core/...
|
|
|
workingDirectory: '$(GOPATH)'
|
|
workingDirectory: '$(GOPATH)'
|
|
|
displayName: 'Fetch sources'
|
|
displayName: 'Fetch sources'
|
|
|
- script: |
|
|
- script: |
|