Skip to content

Commit 032ebe5

Browse files
committed
ci: Silent Homebrew's reinstall warnings
1 parent d15d95c commit 032ebe5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ jobs:
104104
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
105105
run: |
106106
# A workaround for "The `brew link` step did not complete successfully" error.
107-
brew install python@3 || brew link --overwrite python@3
108-
brew install automake libtool pkg-config gnu-getopt ccache boost libevent miniupnpc libnatpmp zeromq qt@5 qrencode
107+
brew install --quiet python@3 || brew link --overwrite python@3
108+
brew install --quiet automake libtool pkg-config gnu-getopt ccache boost libevent miniupnpc libnatpmp zeromq qt@5 qrencode
109109
110110
- name: Set Ccache directory
111111
run: echo "CCACHE_DIR=${RUNNER_TEMP}/ccache_dir" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)