From f7a396f65fbc6c326e5fe957c3ae1c182002bba4 Mon Sep 17 00:00:00 2001 From: Dom Rodriguez Date: Thu, 4 Nov 2021 23:22:04 +0000 Subject: [PATCH] Test using Qt 6 for arm64 native Signed-off-by: Dom Rodriguez --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d27fb1e6..a1a25bf9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -124,7 +124,7 @@ jobs: displayName: Remove incompatible OpenSSL 1.0.2t from macOS-10.14 vmImage - script: brew reinstall openssl displayName: Installed newer OpenSSL 1.1.x - - script: brew install pkg-config qt5 + - script: brew install pkg-config qt displayName: Install Qt5 and pkg-config prereqs - script: sh -x ./clean_build.sh displayName: Clean Build