1
0
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:
Vladislav Senin
2022-08-10 19:06:31 +03:00
committed by David Carlier
parent d9ff5e079f
commit 8aeae636e3
2 changed files with 3 additions and 2 deletions

View File

@@ -27,8 +27,9 @@ runs:
gd \
libzip \
gmp \
tidyp \
tidy-html5 \
libxml2 \
libjpeg \
libxslt \
postgresql
brew link icu4c gettext --force

View File

@@ -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 \