mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Fixes CI macOs, replacing now disabled tidyp dependency to tidy-html5.
This commit is contained in:
committed by
David Carlier
parent
d9ff5e079f
commit
8aeae636e3
3
.github/actions/brew/action.yml
vendored
3
.github/actions/brew/action.yml
vendored
@@ -27,8 +27,9 @@ runs:
|
||||
gd \
|
||||
libzip \
|
||||
gmp \
|
||||
tidyp \
|
||||
tidy-html5 \
|
||||
libxml2 \
|
||||
libjpeg \
|
||||
libxslt \
|
||||
postgresql
|
||||
brew link icu4c gettext --force
|
||||
|
||||
2
.github/actions/configure-macos/action.yml
vendored
2
.github/actions/configure-macos/action.yml
vendored
@@ -38,7 +38,7 @@ runs:
|
||||
--enable-soap \
|
||||
--enable-xmlreader \
|
||||
--with-xsl \
|
||||
--with-tidy=/usr/local/opt/tidyp \
|
||||
--with-tidy=/usr/local/opt/tidy-html5 \
|
||||
--with-libxml \
|
||||
--enable-sysvsem \
|
||||
--enable-sysvshm \
|
||||
|
||||
Reference in New Issue
Block a user