File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105
105
run : |
106
106
# A workaround for "The `brew link` step did not complete successfully" error.
107
107
brew install --quiet python@3 || brew link --overwrite python@3
108
- brew install --quiet pkg-config gnu-getopt ccache boost libevent miniupnpc libnatpmp zeromq qt@5 qrencode
108
+ brew install --quiet ninja pkg-config gnu-getopt ccache boost libevent miniupnpc libnatpmp zeromq qt@5 qrencode
109
109
110
110
- name : Set Ccache directory
111
111
run : echo "CCACHE_DIR=${RUNNER_TEMP}/ccache_dir" >> "$GITHUB_ENV"
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ export LC_ALL=C.UTF-8
10
10
# Therefore, `--break-system-packages` is needed.
11
11
export PIP_PACKAGES=" --break-system-packages zmq"
12
12
export GOAL=" install"
13
+ export CMAKE_GENERATOR=" Ninja"
13
14
export BITCOIN_CONFIG=" -DBUILD_GUI=ON -DWITH_ZMQ=ON -DWITH_MINIUPNPC=ON -DWITH_NATPMP=ON -DREDUCE_EXPORTS=ON"
14
15
export CI_OS_NAME=" macos"
15
16
export NO_DEPENDS=1
You can’t perform that action at this time.
0 commit comments