aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-04-12 21:43:28 +0300
committerfanquake <fanquake@gmail.com>2021-07-29 16:52:15 +0800
commit89426c43fb75fabd72e6e16433dab7f8ee9c860c (patch)
tree9dfdd50732447e0efdd230597ce7ffa4a6f47480
parent997e528a34185c68665d10cef43da883934ea03a (diff)
downloadbitcoin-89426c43fb75fabd72e6e16433dab7f8ee9c860c.tar.xz
ci: Fix macOS brew install command
Details: https://github.com/Homebrew/discussions/discussions/691 Github-Pull: #21663 Rebased-From: b7381552cd4f965c45f1560d9cfc2fb09dbfcc1d
-rw-r--r--.cirrus.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 237560fc2e..5223c0bea6 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -131,8 +131,9 @@ task:
task:
name: 'macOS 10.14 native [GOAL: install] [GUI] [no depends]'
- macos_brew_addon_script:
- - brew install boost libevent berkeley-db4 qt miniupnpc ccache zeromq qrencode sqlite libtool automake pkg-config gnu-getopt
+ brew_install_script:
+ - brew update
+ - brew install boost libevent berkeley-db4 qt@5 miniupnpc ccache zeromq qrencode sqlite libtool automake pkg-config gnu-getopt
<< : *GLOBAL_TASK_TEMPLATE
osx_instance:
# Use latest image, but hardcode version to avoid silent upgrades (and breaks)