Skip to content

Commit

Permalink
MacOS CI fix for Unexpected appcast call on adoptopenjdk11
Browse files Browse the repository at this point in the history
Attempt solving MacOS CI Error: `Unexpected method 'appcast' called on Cask adoptopenjdk11.`
Using tip from Homebrew/homebrew-cask#173201 (comment)
  • Loading branch information
Jasha10 committed Jun 20, 2024
1 parent c720dd6 commit 24e7c1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ commands:
set -x
brew --version
brew untap Homebrew/homebrew-cask-versions
rm -rf $(brew --caskroom)/adoptopenjdk11 # https://github.com/Homebrew/homebrew-cask/issues/173201#issuecomment-2101662209
brew update
brew upgrade git
brew install fish
Expand Down

0 comments on commit 24e7c1a

Please sign in to comment.