From 011dc64baf5d4817ca0c79756939a675cd7a1cb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Wed, 11 Dec 2024 21:30:19 +0100 Subject: [PATCH] Change order of parameters for aqt --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 46b9753c..b0f4b020 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -155,7 +155,7 @@ jobs: steps: - script: | pip3 install aqtinstall - python3 -m aqt install-qt 6.3.1 mac desktop -m qt5compat qtmultimedia qtimageformats + python3 -m aqt install-qt mac desktop 6.3.1 -m qt5compat qtmultimedia qtimageformats echo '##vso[task.prependpath]$(Build.SourcesDirectory)/6.3.1/macos/bin' brew install create-dmg brew install node