brew --quiet to suppress already installed warnings (#10346)

example https://github.com/tinygrad/tinygrad/actions/runs/15057000247
This commit is contained in:
chenyu
2025-05-16 11:31:18 +08:00
committed by GitHub
parent 12a1ccc680
commit c798f2f427

View File

@@ -156,7 +156,7 @@ runs:
shell: bash
run: |
brew update
brew install cmake ninja llvm@15 zlib glew flex bison boost zstd ncurses
brew install --quiet cmake ninja llvm@15 zlib glew flex bison boost zstd ncurses
- name: Cache gpuocelot
if: inputs.cuda == 'true'
id: cache-build