aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-04-12 21:43:28 +0300
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-04-12 22:30:55 +0300
commitb7381552cd4f965c45f1560d9cfc2fb09dbfcc1d (patch)
tree25a78eafa1d87abe0da5ae4f6957b7c77f53ce23 /.cirrus.yml
parentf6c44e999b7d1d9a0de5d678ac8f1679aa271f65 (diff)
downloadbitcoin-b7381552cd4f965c45f1560d9cfc2fb09dbfcc1d.tar.xz
ci: Fix macOS brew install command
Details: https://github.com/Homebrew/discussions/discussions/691
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 6148f56e0d..3999e2dfd7 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -187,8 +187,9 @@ task:
task:
name: 'macOS 11 native [gui] [no depends]'
- macos_brew_addon_script:
- - brew install boost libevent berkeley-db4 qt miniupnpc libnatpmp ccache zeromq qrencode sqlite libtool automake pkg-config gnu-getopt
+ brew_install_script:
+ - brew update
+ - brew install boost libevent berkeley-db4 qt@5 miniupnpc libnatpmp 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)