mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-02-18 18:11:05 +00:00
MacOS CI: upgrade packages before installing
This commit is contained in:
parent
8eb06fdb6c
commit
12fa690667
1 changed files with 3 additions and 1 deletions
|
@ -7,9 +7,11 @@ jobs:
|
|||
- job: macOS
|
||||
pool:
|
||||
vmImage: 'macOS-10.14'
|
||||
# recommended by https://github.com/Homebrew/brew/issues/2491#issuecomment-294207661
|
||||
steps:
|
||||
- script: |
|
||||
brew update
|
||||
brew update || brew update
|
||||
brew upgrade
|
||||
brew install glib gobject-introspection libsndfile pkg-config jack dbus-glib pulseaudio portaudio sdl2
|
||||
displayName: 'Prerequisites'
|
||||
- script: |
|
||||
|
|
Loading…
Reference in a new issue