We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fecad54 commit 9e43f70Copy full SHA for 9e43f70
.github/actions/brew/action.yml
@@ -12,22 +12,13 @@ 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 \
@@ -38,5 +29,5 @@ runs:
38
libxml2 \
39
libjpeg \
40
libxslt \
41
- postgresql
+ postgresql@14
42
brew link icu4c gettext --force
0 commit comments