From 657e56e5b0bb62788223b2c7e9f14c00e3098289 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Mon, 27 May 2024 19:22:16 +0200 Subject: [PATCH] Try to use aqtinstall instead of brew --- azure-pipelines.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0fd63cca..7d5ede30 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -212,11 +212,8 @@ jobs: vmImage: 'macOS-latest' steps: - script: | - brew install qt@5.15.10 - brew link qt@5.15.10 --force - brew install create-dmg - brew install node - brew link --overwrite node + pip3 install aqtinstall + python3 -m aqt install 5.15.10 mac desktop npm install -g appdmg mkdir $(Build.SourcesDirectory)\compressed_archive wget "https://github.com/YACReader/yacreader-7z-deps/blob/main/7z2301-src.7z?raw=true" -O $(Build.SourcesDirectory)/compressed_archive/7z2301-src.7z