Skip to content

Commit 99bee73

Browse files
committed
Merge branch 'PHP-8.3'
* PHP-8.3: Fix GA macOS brew warnings
2 parents e7b022e + a08d326 commit 99bee73

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

.github/actions/brew/action.yml

+1-16
Original file line numberDiff line numberDiff line change
@@ -12,31 +12,16 @@ runs:
1212
sudo sed -Ei '' "s/$code.*/$code, overwrite: true\)/" "$formula_installer"
1313
1414
brew install \
15-
pkg-config \
16-
autoconf \
1715
bison \
1816
re2c
1917
brew install \
20-
21-
curl \
2218
bzip2 \
2319
enchant \
2420
libffi \
25-
libpng \
26-
webp \
27-
freetype \
2821
intltool \
29-
icu4c \
3022
libiconv \
31-
zlib \
3223
t1lib \
33-
gd \
34-
libzip \
35-
gmp \
36-
tidy-html5 \
3724
libxml2 \
3825
libjpeg \
3926
libsodium \
40-
libxslt \
41-
postgresql
42-
brew link icu4c gettext --force
27+
libxslt

0 commit comments

Comments
 (0)