From b0eb577b5b2597832653a678cb999f734b0a8fbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Thu, 15 Aug 2019 12:56:52 +0200 Subject: [PATCH] Fix aqt invocation --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2fbc43fc..ac078b17 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -40,7 +40,7 @@ jobs: - script: | pip install aqtinstall mkdir C:\Qt - aqt install -O c:\Qt 5.12.4 windows desktop win64_msvc2017_64 + python -m aqt install -O c:\Qt 5.12.4 windows desktop win64_msvc2017_64 displayName: 'Install dependencies' - script: | qmake CONFIG+="7zip"