Skip to content

Commit b738155

Browse files
committed
ci: Fix macOS brew install command
Details: Homebrew/discussions#691
1 parent f6c44e9 commit b738155

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.cirrus.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,9 @@ task:
187187

188188
task:
189189
name: 'macOS 11 native [gui] [no depends]'
190-
macos_brew_addon_script:
191-
- brew install boost libevent berkeley-db4 qt miniupnpc libnatpmp ccache zeromq qrencode sqlite libtool automake pkg-config gnu-getopt
190+
brew_install_script:
191+
- brew update
192+
- brew install boost libevent berkeley-db4 qt@5 miniupnpc libnatpmp ccache zeromq qrencode sqlite libtool automake pkg-config gnu-getopt
192193
<< : *GLOBAL_TASK_TEMPLATE
193194
osx_instance:
194195
# Use latest image, but hardcode version to avoid silent upgrades (and breaks)

0 commit comments

Comments
 (0)