Skip to content

Commit 24e7c1a

Browse files
authored
MacOS CI fix for Unexpected appcast call on adoptopenjdk11
Attempt solving MacOS CI Error: `Unexpected method 'appcast' called on Cask adoptopenjdk11.` Using tip from Homebrew/homebrew-cask#173201 (comment)
1 parent c720dd6 commit 24e7c1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ commands:
4949
set -x
5050
brew --version
5151
brew untap Homebrew/homebrew-cask-versions
52+
rm -rf $(brew --caskroom)/adoptopenjdk11 # https://github.com/Homebrew/homebrew-cask/issues/173201#issuecomment-2101662209
5253
brew update
5354
brew upgrade git
5455
brew install fish

0 commit comments

Comments
 (0)