Skip to content

Commit 1c69498

Browse files
committed
.github/workflows/build.yml: do not install yajl on macOS
The Brew package of yajl is broken, it fails to build: In file included from ../src/lib/yajl/Handle.cxx:4: In file included from ../src/lib/yajl/Handle.hxx:6: /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> ^~~~~~~~~~~~~~~~~~~~ 1 error generated. Therefore, MPD cannot support building with yajl on macOS.
1 parent 615f6f5 commit 1c69498

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yml

-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ jobs:
156156
icu4c \
157157
ffmpeg \
158158
libnfs \
159-
yajl \
160159
libupnp \
161160
libid3tag \
162161
chromaprint \

0 commit comments

Comments
 (0)