mpd/.github
Max Kellermann 1c69498c58 .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.
2024-05-06 13:39:02 +02:00
..
ISSUE_TEMPLATE .github: Add reminder to include backtrace in issue template 2022-07-04 10:32:58 -06:00
workflows .github/workflows/build.yml: do not install yajl on macOS 2024-05-06 13:39:02 +02:00
dependabot.yml chore: Included githubactions in the dependabot config 2022-06-05 01:30:13 +00:00