aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--azure-pipelines.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 0257d4d6..dcb5050b 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -39,6 +39,9 @@ jobs:
versionSpec: '$(python.version)'
architecture: 'x64'
+ - script: brew update
+ displayName: 'brew update'
+
- script: brew install openssl@1.1
displayName: 'Install OpenSSL'