Install some more dependencies in the macos workflow
This commit is contained in:

committed by
Max Kellermann

parent
3689200b78
commit
407db96d4a
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -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
|
||||||
|
Reference in New Issue
Block a user