Skip to content

Commit

Permalink
Don't print homebrew warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
gfiumara committed Sep 13, 2024
1 parent 601dbf0 commit 8a5f619
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-member.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
shell: bash
run: |
HOMEBREW_NO_INSTALL_CLEANUP=1 HOMEBREW_NO_AUTO_UPDATE=1 \
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install \
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install --quiet \
berkeley-db \
hwloc \
jpeg-turbo \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
shell: bash
run: |
HOMEBREW_NO_INSTALL_CLEANUP=1 HOMEBREW_NO_AUTO_UPDATE=1 \
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install \
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install --quiet \
berkeley-db \
hwloc \
jpeg-turbo \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-cts-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
shell: bash
run: |
HOMEBREW_NO_INSTALL_CLEANUP=1 HOMEBREW_NO_AUTO_UPDATE=1 \
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install \
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install --quiet \
berkeley-db \
hwloc \
jpeg-turbo \
Expand Down

0 comments on commit 8a5f619

Please sign in to comment.