.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:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -122,7 +122,6 @@ jobs:
|
|||||||
googletest \
|
googletest \
|
||||||
icu4c \
|
icu4c \
|
||||||
ffmpeg \
|
ffmpeg \
|
||||||
yajl \
|
|
||||||
libupnp \
|
libupnp \
|
||||||
libid3tag \
|
libid3tag \
|
||||||
chromaprint \
|
chromaprint \
|
||||||
|
Reference in New Issue
Block a user