We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 663b037 + ab58e4a commit b0c658fCopy full SHA for b0c658f
.github/actions/brew/action.yml
@@ -27,8 +27,9 @@ runs:
27
gd \
28
libzip \
29
gmp \
30
- tidyp \
+ tidy-html5 \
31
libxml2 \
32
+ libjpeg \
33
libxslt \
34
postgresql
35
brew link icu4c gettext --force
.github/actions/configure-macos/action.yml
@@ -38,7 +38,7 @@ runs:
38
--enable-soap \
39
--enable-xmlreader \
40
--with-xsl \
41
- --with-tidy=/usr/local/opt/tidyp \
+ --with-tidy=/usr/local/opt/tidy-html5 \
42
--with-libxml \
43
--enable-sysvsem \
44
--enable-sysvshm \
0 commit comments