Revert "Update libzip on macos"

This reverts commit 090bddb934.
This commit is contained in:
Nikita Popov 2020-09-08 09:51:55 +02:00
parent 3a5b22e3b5
commit 5a201ddad0

View File

@ -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'