ci: Fix macOS brew install command

Details: https://github.com/Homebrew/discussions/discussions/691
This commit is contained in:
Hennadii Stepanov 2021-04-12 21:43:28 +03:00
parent f6c44e999b
commit b7381552cd
No known key found for this signature in database
GPG key ID: 410108112E7EA81F

View file

@ -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)