Skip to content
Permalink
Browse files
Merge pull request #2983 from gitgitgadget/jc/macos-install-dependenc…
…ies-fix

ci/install-depends: attempt to fix "brew cask" stuff
  • Loading branch information
dscho committed Jan 15, 2021
2 parents f8cbc84 + 3831132 commit 39cf94c
Showing 1 changed file with 4 additions and 4 deletions.
@@ -44,13 +44,13 @@ osx-clang|osx-gcc)
test -z "$BREW_INSTALL_PACKAGES" ||
brew install $BREW_INSTALL_PACKAGES
brew link --force gettext
brew cask install --no-quarantine perforce || {
brew install --cask --no-quarantine perforce || {
# Update the definitions and try again
cask_repo="$(brew --repository)"/Library/Taps/homebrew/homebrew-cask &&
git -C "$cask_repo" pull --no-stat &&
brew cask install --no-quarantine perforce
git -C "$cask_repo" pull --no-stat --ff-only &&
brew install --cask --no-quarantine perforce
} ||
brew install caskroom/cask/perforce
brew install homebrew/cask/perforce
case "$jobname" in
osx-gcc)
brew install gcc@9

0 comments on commit 39cf94c

Please sign in to comment.