MacOS CI: upgrade packages before installing

This commit is contained in:
derselbst 2020-03-05 16:58:03 +01:00
parent 8eb06fdb6c
commit 12fa690667

View file

@ -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: |