Skip to content

Commit

Permalink
ci: Fix macOS brew install command
Browse files Browse the repository at this point in the history
Details: Homebrew/discussions#691

Github-Pull: #21663
Rebased-From: b738155
  • Loading branch information
hebasto authored and fanquake committed Jul 29, 2021
1 parent 997e528 commit 89426c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .cirrus.yml
Expand Up @@ -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)
Expand Down

0 comments on commit 89426c4

Please sign in to comment.