.github/workflows/build.yml: disable yajl on macOS

This yajl on Homebrew comes with broken headers:

 /opt/homebrew/Cellar/yajl/2.1.0/include/yajl/yajl_parse.h:22:10: fatal error: 'yajl/yajl_common.h' file not found
 #include <yajl/yajl_common.h>
          ^~~~~~~~~~~~~~~~~~~~
This commit is contained in:
Max Kellermann
2025-01-28 19:31:14 +01:00
parent 0aeda01ba6
commit cf9a2eb508

@ -122,7 +122,6 @@ jobs:
googletest \
icu4c \
ffmpeg \
yajl \
libupnp \
libid3tag \
chromaprint \