We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8cbc84 + 3831132 commit 39cf94cCopy full SHA for 39cf94c
ci/install-dependencies.sh
@@ -44,13 +44,13 @@ osx-clang|osx-gcc)
44
test -z "$BREW_INSTALL_PACKAGES" ||
45
brew install $BREW_INSTALL_PACKAGES
46
brew link --force gettext
47
- brew cask install --no-quarantine perforce || {
+ brew install --cask --no-quarantine perforce || {
48
# Update the definitions and try again
49
cask_repo="$(brew --repository)"/Library/Taps/homebrew/homebrew-cask &&
50
- git -C "$cask_repo" pull --no-stat &&
51
- brew cask install --no-quarantine perforce
+ git -C "$cask_repo" pull --no-stat --ff-only &&
+ brew install --cask --no-quarantine perforce
52
} ||
53
- brew install caskroom/cask/perforce
+ brew install homebrew/cask/perforce
54
case "$jobname" in
55
osx-gcc)
56
brew install gcc@9
0 commit comments