Skip to content

Commit 5a201dd

Browse files
committed
Revert "Update libzip on macos"
This reverts commit 090bddb.
1 parent 3a5b22e commit 5a201dd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

azure/macos/brew.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ parameters:
22
packages: ''
33

44
steps:
5-
- script: brew update
6-
displayName: 'Update Homebrew'
75
- script: |
86
brew install pkg-config \
97
autoconf \
@@ -25,12 +23,11 @@ steps:
2523
zlib \
2624
t1lib \
2725
gd \
26+
libzip \
2827
gmp \
2928
tidyp \
3029
libxml2 \
3130
libxslt \
3231
postgresql
33-
# Make sure we don't get broken libzip 1.7.0
34-
brew upgrade libzip
3532
brew link icu4c gettext --force
3633
displayName: 'Install Build Dependencies'

0 commit comments

Comments
 (0)