Explorar el Código

fix dep download path

Shelikhoo hace 6 años
padre
commit
4cffa37b27
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      azure-pipelines.yml

+ 1 - 1
azure-pipelines.yml

@@ -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: |