build: Silence stupid brew errors
This commit is contained in:
parent
70f210ac5d
commit
f7dd696ffc
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -205,6 +205,9 @@ jobs:
|
||||
max-size: 1G
|
||||
|
||||
- name: ⬇️ Install dependencies
|
||||
env:
|
||||
# Make brew not display useless errors
|
||||
HOMEBREW_TESTS: 1
|
||||
run: |
|
||||
brew reinstall python --quiet || true
|
||||
brew link --overwrite --quiet python 2>/dev/null || true
|
||||
|
Loading…
x
Reference in New Issue
Block a user