Skip to content

Commit 5c97da5

Browse files
committed
Revert "fix brew packages"
This reverts commit 2bd6309.
1 parent 59e08c5 commit 5c97da5

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.github/actions/brew/action.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,29 @@ runs:
77
set -x
88
brew install \
99
make \
10+
pkg-config \
11+
autoconf \
1012
bison \
1113
re2c
1214
brew install \
15+
16+
krb5 \
1317
bzip2 \
1418
enchant \
19+
libffi \
20+
libpng \
21+
webp \
22+
freetype \
1523
intltool \
24+
icu4c \
1625
libiconv \
26+
zlib \
1727
t1lib \
28+
gd \
29+
libzip \
30+
gmp \
1831
tidyp \
1932
libxml2 \
20-
libxslt
33+
libxslt \
34+
postgresql
2135
brew link icu4c gettext --force

0 commit comments

Comments
 (0)