CI: Make sure to brew update in macOS Azure setup

This picks up any upstream brew changes that haven't been pulled into
the default Azure VMs. For example, the ffmpeg dependency of qt is
currently broken in the 8 day old brew commit they are using.
This commit is contained in:
Andrew Kaster 2023-02-24 00:16:02 -07:00 committed by Andrew Kaster
commit 35b07048ef
Notes: sideshowbarker 2024-07-17 05:06:13 +09:00

View file

@ -34,6 +34,7 @@ steps:
- ${{ if eq(parameters.os, 'macOS') }}:
# macOS ships an ancient Bash 3.x by default
- script: |
brew update
brew install bash ninja wabt ccache unzip qt llvm@15
displayName: 'Install Dependencies'