Skip to content

Commit edb0ac4

Browse files
committed
Call brew upgrade
1 parent a07cc19 commit edb0ac4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure/macos/brew.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ steps:
2525
zlib \
2626
t1lib \
2727
gd \
28-
libzip \
2928
gmp \
3029
tidyp \
3130
libxml2 \
3231
libxslt \
3332
postgresql
33+
# Make sure we don't get broken libzip 1.7.0
34+
brew update libzip
3435
brew link icu4c gettext --force
3536
displayName: 'Install Build Dependencies'

0 commit comments

Comments
 (0)