summaryrefslogtreecommitdiff
path: root/Meta/Azure/Setup.yml
diff options
context:
space:
mode:
Diffstat (limited to 'Meta/Azure/Setup.yml')
-rw-r--r--Meta/Azure/Setup.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Meta/Azure/Setup.yml b/Meta/Azure/Setup.yml
index 66a274147c..ee59406f50 100644
--- a/Meta/Azure/Setup.yml
+++ b/Meta/Azure/Setup.yml
@@ -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'