|
|
@ -104,8 +104,8 @@ jobs:
|
|
|
|
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
|
|
|
|
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
# A workaround for "The `brew link` step did not complete successfully" error.
|
|
|
|
# A workaround for "The `brew link` step did not complete successfully" error.
|
|
|
|
brew install python@3 || brew link --overwrite python@3
|
|
|
|
brew install --quiet python@3 || brew link --overwrite python@3
|
|
|
|
brew install automake libtool pkg-config gnu-getopt ccache boost libevent miniupnpc libnatpmp zeromq qt@5 qrencode
|
|
|
|
brew install --quiet automake libtool pkg-config gnu-getopt ccache boost libevent miniupnpc libnatpmp zeromq qt@5 qrencode
|
|
|
|
|
|
|
|
|
|
|
|
- name: Set Ccache directory
|
|
|
|
- name: Set Ccache directory
|
|
|
|
run: echo "CCACHE_DIR=${RUNNER_TEMP}/ccache_dir" >> "$GITHUB_ENV"
|
|
|
|
run: echo "CCACHE_DIR=${RUNNER_TEMP}/ccache_dir" >> "$GITHUB_ENV"
|
|
|
|