aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-05-30 16:25:04 -0700
committerPaul Kehrer <paul.l.kehrer@gmail.com>2019-05-30 19:25:04 -0400
commitc242991fc290d963dbed33c8ac84b328b4bad71f (patch)
tree77235187e4fcb20f9c0fd45afa0e829a3272b9d3 /azure-pipelines.yml
parent770a514aea598366cc40e3ee14df273cd1763825 (diff)
downloadcryptography-c242991fc290d963dbed33c8ac84b328b4bad71f.tar.gz
cryptography-c242991fc290d963dbed33c8ac84b328b4bad71f.tar.bz2
cryptography-c242991fc290d963dbed33c8ac84b328b4bad71f.zip
brew update (#4904)
Diffstat (limited to 'azure-pipelines.yml')
-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'