1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 05:07:35 +00:00

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
parent 1b24fa5829
commit 35b07048ef

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'