Merge bd55b7a528 into merged_master (Bitcoin PR #29610)

This commit is contained in:
ivanlele 2026-02-13 13:18:07 +00:00
commit 7b9745ebe1
No known key found for this signature in database

View file

@ -96,7 +96,10 @@ jobs:
- name: Install Homebrew packages
env:
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
run: brew install automake libtool pkg-config gnu-getopt ccache boost libevent miniupnpc libnatpmp zeromq qt@5 qrencode
run: |
# A workaround for "The `brew link` step did not complete successfully" error.
brew install python@3 || brew link --overwrite python@3
brew install automake libtool pkg-config gnu-getopt ccache boost libevent miniupnpc libnatpmp zeromq qt@5 qrencode
# ELEMENTS
- name: Override boost@1.85