summaryrefslogtreecommitdiff
path: root/azure/macos
diff options
context:
space:
mode:
Diffstat (limited to 'azure/macos')
-rw-r--r--azure/macos/brew.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/azure/macos/brew.yml b/azure/macos/brew.yml
index 02cb736d02..df4c5a532d 100644
--- a/azure/macos/brew.yml
+++ b/azure/macos/brew.yml
@@ -2,8 +2,6 @@ parameters:
packages: ''
steps:
- - script: brew update
- displayName: 'Update Homebrew'
- script: |
brew install pkg-config \
autoconf \
@@ -25,12 +23,11 @@ steps:
zlib \
t1lib \
gd \
+ libzip \
gmp \
tidyp \
libxml2 \
libxslt \
postgresql
- # Make sure we don't get broken libzip 1.7.0
- brew upgrade libzip
brew link icu4c gettext --force
displayName: 'Install Build Dependencies'