Ver Fonte

CI: Don't run brew update on macOS CI

Andreas Kling há 2 anos atrás
pai
commit
f7dc2742a9
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      Meta/Azure/Setup.yml

+ 0 - 1
Meta/Azure/Setup.yml

@@ -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'