We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2da288 + 625db81 commit 144cb18Copy full SHA for 144cb18
ci/install-dependencies.sh
@@ -40,7 +40,11 @@ osx-clang|osx-gcc)
40
test -z "$BREW_INSTALL_PACKAGES" ||
41
brew install $BREW_INSTALL_PACKAGES
42
brew link --force gettext
43
- brew cask install perforce ||
+ brew cask install perforce || {
44
+ # Update the definitions and try again
45
+ git -C "$(brew --repository)"/Library/Taps/homebrew/homebrew-cask pull &&
46
+ brew cask install perforce
47
+ } ||
48
brew install caskroom/cask/perforce
49
case "$jobname" in
50
osx-gcc)
0 commit comments