mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Fix GA macOS brew warnings
This commit is contained in:
18
.github/actions/brew/action.yml
vendored
18
.github/actions/brew/action.yml
vendored
@@ -12,31 +12,15 @@ runs:
|
||||
sudo sed -Ei '' "s/$code.*/$code, overwrite: true\)/" "$formula_installer"
|
||||
|
||||
brew install \
|
||||
pkg-config \
|
||||
autoconf \
|
||||
bison \
|
||||
re2c
|
||||
brew install \
|
||||
openssl@1.1 \
|
||||
curl \
|
||||
krb5 \
|
||||
bzip2 \
|
||||
enchant \
|
||||
libffi \
|
||||
libpng \
|
||||
webp \
|
||||
freetype \
|
||||
intltool \
|
||||
icu4c \
|
||||
libiconv \
|
||||
zlib \
|
||||
t1lib \
|
||||
gd \
|
||||
libzip \
|
||||
gmp \
|
||||
tidy-html5 \
|
||||
libxml2 \
|
||||
libjpeg \
|
||||
libxslt \
|
||||
postgresql
|
||||
brew link icu4c gettext --force
|
||||
libxslt
|
||||
|
||||
Reference in New Issue
Block a user