We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59e08c5 commit 5c97da5Copy full SHA for 5c97da5
.github/actions/brew/action.yml
@@ -7,15 +7,29 @@ runs:
7
set -x
8
brew install \
9
make \
10
+ pkg-config \
11
+ autoconf \
12
bison \
13
re2c
14
15
+ [email protected] \
16
+ krb5 \
17
bzip2 \
18
enchant \
19
+ libffi \
20
+ libpng \
21
+ webp \
22
+ freetype \
23
intltool \
24
+ icu4c \
25
libiconv \
26
+ zlib \
27
t1lib \
28
+ gd \
29
+ libzip \
30
+ gmp \
31
tidyp \
32
libxml2 \
- libxslt
33
+ libxslt \
34
+ postgresql
35
brew link icu4c gettext --force
0 commit comments