Commit 435d4e3
committed
ENH: Make
Make `brew` work in quite mode to silence warnings.
Fixes:
```
Warning: Treating doxygen as a formula. For the cask, use homebrew/cask/doxygen or specify the `--cask` flag.
```
and
```
Warning: zstd 1.5.6 is already installed and up-to-date.
To reinstall 1.5.6, run:
brew reinstall zstd
```
and other similar warnings raised for example in:
https://github.com/InsightSoftwareConsortium/ITKAnalyzeObjectMap/actions/runs/10012233814brew work in quite mode to silence warnings1 parent ac32eda commit 435d4e3
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
| 42 | + | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments