CI: Don't run brew update on macOS CI

This commit is contained in:
Andreas Kling 2023-06-13 11:37:26 +02:00
parent fcef663869
commit f7dc2742a9
Notes: sideshowbarker 2024-07-16 19:57:55 +09:00

View file

@ -37,7 +37,6 @@ steps:
# macOS ships an ancient Bash 3.x by default
- script: |
set -e
brew update
brew install coreutils bash ninja wabt ccache unzip qt llvm@15
displayName: 'Install Dependencies'