We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d15d95c commit 032ebe5Copy full SHA for 032ebe5
.github/workflows/ci.yml
@@ -104,8 +104,8 @@ jobs:
104
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
105
run: |
106
# 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
+ brew install --quiet python@3 || brew link --overwrite python@3
+ brew install --quiet automake libtool pkg-config gnu-getopt ccache boost libevent miniupnpc libnatpmp zeromq qt@5 qrencode
109
110
- name: Set Ccache directory
111
run: echo "CCACHE_DIR=${RUNNER_TEMP}/ccache_dir" >> "$GITHUB_ENV"
0 commit comments