fix azure pipelines issue again

This commit is contained in:
therecipe 2019-08-29 04:06:51 +02:00
parent ab15bfadb9
commit 8276180912
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@ jobs:
vmImage: '${{ parameters.image }}'
variables:
CI: true
GO111MODULE: off
steps:
-
script: 'go get -u -v github.com/therecipe/qt/cmd/... && C:\Users\VssAdministrator\go\bin\qtsetup'

View file

@ -6,6 +6,7 @@ jobs:
vmImage: '${{ parameters.image }}'
variables:
CI: true
GO111MODULE: off
steps:
-
script: 'go get -u -v github.com/therecipe/qt/cmd/... && $(go env GOPATH)/bin/qtsetup'