From 1c69498c58a122303d84f51bedf72b520022a120 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 6 May 2024 13:38:12 +0200 Subject: [PATCH] .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 ^~~~~~~~~~~~~~~~~~~~ 1 error generated. Therefore, MPD cannot support building with yajl on macOS. --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 54b91e8c1..ae3f31c2e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -156,7 +156,6 @@ jobs: icu4c \ ffmpeg \ libnfs \ - yajl \ libupnp \ libid3tag \ chromaprint \