Skip to content

Commit

Permalink
ci: Fix macOS brew install command
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Apr 12, 2021
1 parent f6c44e9 commit b738155
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .cirrus.yml
Expand Up @@ -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)
Expand Down

0 comments on commit b738155

Please sign in to comment.