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 a7ec81a commit 2bd6309Copy full SHA for 2bd6309
.github/actions/brew/action.yml
@@ -6,29 +6,16 @@ runs:
6
run: |
7
set -x
8
brew install \
9
- pkg-config \
10
- autoconf \
+ gmake \
11
bison \
12
re2c
13
14
- [email protected] \
15
- krb5 \
16
bzip2 \
17
enchant \
18
- libffi \
19
- libpng \
20
- webp \
21
- freetype \
22
intltool \
23
- icu4c \
24
libiconv \
25
- zlib \
26
t1lib \
27
- gd \
28
- libzip \
29
- gmp \
30
tidyp \
31
libxml2 \
32
- libxslt \
33
- postgresql
+ libxslt
34
brew link icu4c gettext --force
0 commit comments