git: Silence last brew call
This commit is contained in:
parent
5511259f2d
commit
c6f1525f55
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -206,7 +206,7 @@ jobs:
|
|||||||
|
|
||||||
- name: ⬇️ Install dependencies
|
- name: ⬇️ Install dependencies
|
||||||
run: |
|
run: |
|
||||||
brew reinstall python || true
|
brew reinstall python --quiet || true
|
||||||
brew link --overwrite --quiet python || true
|
brew link --overwrite --quiet python || true
|
||||||
brew bundle --no-lock --quiet --file dist/Brewfile || true
|
brew bundle --no-lock --quiet --file dist/Brewfile || true
|
||||||
rm -rf /usr/local/Cellar/capstone
|
rm -rf /usr/local/Cellar/capstone
|
||||||
|
Loading…
x
Reference in New Issue
Block a user