We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 778bfce + 664e039 commit a08d326Copy full SHA for a08d326
.github/actions/brew/action.yml
@@ -12,31 +12,15 @@ runs:
12
sudo sed -Ei '' "s/$code.*/$code, overwrite: true\)/" "$formula_installer"
13
14
brew install \
15
- pkg-config \
16
- autoconf \
17
bison \
18
re2c
19
20
- [email protected] \
21
- curl \
22
- krb5 \
23
bzip2 \
24
enchant \
25
libffi \
26
- libpng \
27
- webp \
28
- freetype \
29
intltool \
30
- icu4c \
31
libiconv \
32
- zlib \
33
t1lib \
34
- gd \
35
- libzip \
36
- gmp \
37
- tidy-html5 \
38
libxml2 \
39
libjpeg \
40
- libxslt \
41
- postgresql
42
- brew link icu4c gettext --force
+ libxslt
0 commit comments