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:
parent
1b24fa5829
commit
35b07048ef
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue