diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2019-05-30 16:25:04 -0700 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2019-05-30 19:25:04 -0400 |
commit | c242991fc290d963dbed33c8ac84b328b4bad71f (patch) | |
tree | 77235187e4fcb20f9c0fd45afa0e829a3272b9d3 | |
parent | 770a514aea598366cc40e3ee14df273cd1763825 (diff) | |
download | cryptography-c242991fc290d963dbed33c8ac84b328b4bad71f.tar.gz cryptography-c242991fc290d963dbed33c8ac84b328b4bad71f.tar.bz2 cryptography-c242991fc290d963dbed33c8ac84b328b4bad71f.zip |
brew update (#4904)
-rw-r--r-- | azure-pipelines.yml | 3 |
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' |