Skip to content

Commit 2bd6309

Browse files
committed
fix brew packages
1 parent a7ec81a commit 2bd6309

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

.github/actions/brew/action.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,16 @@ runs:
66
run: |
77
set -x
88
brew install \
9-
pkg-config \
10-
autoconf \
9+
gmake \
1110
bison \
1211
re2c
1312
brew install \
14-
15-
krb5 \
1613
bzip2 \
1714
enchant \
18-
libffi \
19-
libpng \
20-
webp \
21-
freetype \
2215
intltool \
23-
icu4c \
2416
libiconv \
25-
zlib \
2617
t1lib \
27-
gd \
28-
libzip \
29-
gmp \
3018
tidyp \
3119
libxml2 \
32-
libxslt \
33-
postgresql
20+
libxslt
3421
brew link icu4c gettext --force

0 commit comments

Comments
 (0)