Skip to content

Commit

Permalink
ci: Use ninja to build in macOS native CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Sep 17, 2024
1 parent fab932b commit 0b0eb48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
run: |
# A workaround for "The `brew link` step did not complete successfully" error.
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
brew install --quiet ninja pkg-config gnu-getopt ccache boost libevent miniupnpc libnatpmp zeromq qt@5 qrencode
- name: Set Ccache directory
run: echo "CCACHE_DIR=${RUNNER_TEMP}/ccache_dir" >> "$GITHUB_ENV"
Expand All @@ -119,6 +119,8 @@ jobs:
restore-keys: ${{ github.job }}-ccache-

- name: CI script
env:
BITCOIN_CONFIG: '-G Ninja'
run: ./ci/test_run_all.sh

- name: Save Ccache cache
Expand Down

0 comments on commit 0b0eb48

Please sign in to comment.