Commit 0fdf1da
committed
Suppress Homebrew warnings
When `brew` is used by this action, it generates a bunch of warnings
which are picked up by the github actions capture system and are shown
to end users. They are noisy and most of them are expected. In order to
avoid alerting end users, this patch suppresses them by passing 'quiet'
parameter to the `brew` binary, unlinking linked keg and suppressing env
hints.1 parent 7a757a6 commit 0fdf1da
1 file changed
Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
88 | | - | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | | - | |
92 | | - | |
93 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
94 | 99 | | |
95 | 100 | | |
96 | 101 | | |
| |||
0 commit comments