Install some more dependencies in the macos workflow

This commit is contained in:
Camille Scholtz
2025-01-30 18:26:55 +01:00
committed by Max Kellermann
parent 3689200b78
commit 407db96d4a

@ -161,7 +161,9 @@ jobs:
cxx: clang++ cxx: clang++
brew_packages: > brew_packages: >
meson ninja meson ninja
pkgconf
ccache ccache
expat
fmt fmt
googletest googletest
pcre2 pcre2
@ -177,6 +179,7 @@ jobs:
opus opus
libvorbis libvorbis
faad2 faad2
sqlite
wavpack wavpack
libmpdclient libmpdclient
meson_options: --force-fallback-for=fmt,gtest meson_options: --force-fallback-for=fmt,gtest