1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:48:10 +00:00

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

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'