mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-02-07 17:01:18 +00:00
Install additional packages for MacOS CI build
This commit is contained in:
parent
6931a3446f
commit
3ab7e9e7ff
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- script: |
|
- script: |
|
||||||
brew update
|
brew update
|
||||||
brew install glib gobject-introspection libsndfile pkg-config
|
brew install glib gobject-introspection libsndfile pkg-config jack dbus-glib pulseaudio portaudio sdl2
|
||||||
displayName: 'Prerequisites'
|
displayName: 'Prerequisites'
|
||||||
- script: |
|
- script: |
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
|
|
Loading…
Reference in a new issue