Skip to content

Commit 708517b

Browse files
committed
Merge #21663: ci: Fix macOS brew install command
b738155 ci: Fix macOS brew install command (Hennadii Stepanov) Pull request description: A solution for https://bintray.com shutdown. Details: Homebrew/discussions#691. ACKs for top commit: jamesob: ACK bitcoin/bitcoin@b738155 Tree-SHA512: 4570c297421ae66043348acbe2f1e50b000e700406b38bc813c80714d4f109c6cadecff571ecbd8c2f0094ebdc959486fc55022ba6545bd592683a421e9c0655
2 parents f6c44e9 + b738155 commit 708517b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.cirrus.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,9 @@ task:
187187

188188
task:
189189
name: 'macOS 11 native [gui] [no depends]'
190-
macos_brew_addon_script:
191-
- brew install boost libevent berkeley-db4 qt miniupnpc libnatpmp ccache zeromq qrencode sqlite libtool automake pkg-config gnu-getopt
190+
brew_install_script:
191+
- brew update
192+
- brew install boost libevent berkeley-db4 qt@5 miniupnpc libnatpmp ccache zeromq qrencode sqlite libtool automake pkg-config gnu-getopt
192193
<< : *GLOBAL_TASK_TEMPLATE
193194
osx_instance:
194195
# Use latest image, but hardcode version to avoid silent upgrades (and breaks)

0 commit comments

Comments
 (0)