From cd8176e69fdbd08f04198bf454306f92d5d0de93 Mon Sep 17 00:00:00 2001 From: Nelson Chen Date: Sat, 25 May 2019 16:01:07 -0700 Subject: [PATCH] Install Pinned Qt and OpenSSL on Mac --- azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6a111c14..386a14cf 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -75,9 +75,9 @@ jobs: pool: vmImage: 'macOS-10.14' steps: - - script: brew update - displayName: Update brew - - script: brew install qt openssl - displayName: Install Dependencies + - script: brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/aac86fc018c48d7b6f23a2e7535276899774567a/Formula/qt.rb + displayName: Installed Pinned Qt + - script: brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/aac86fc018c48d7b6f23a2e7535276899774567a/Formula/openssl.rb + displayName: Installed Pinned OpenSSL - script: sh -x ./clean_build.sh displayName: Clean Build