Closed akash1810 closed 3 years ago
CI is currently failing. This is because the brew cask CLI has changed from brew cask install <name> to brew install --cask <name>.
brew cask install <name>
brew install --cask <name>
This change uses the updated syntax to install brew casks.
It also explicitly taps adoptopenjdk/openjdk and homebrew/cask-versions to install adoptopenjdk8 and firefox-developer-edition, as instructed.
adoptopenjdk/openjdk
homebrew/cask-versions
adoptopenjdk8
firefox-developer-edition
CI should pass.
What does this change?
CI is currently failing. This is because the brew cask CLI has changed from
brew cask install <name>
tobrew install --cask <name>
.This change uses the updated syntax to install brew casks.
It also explicitly taps
adoptopenjdk/openjdk
andhomebrew/cask-versions
to installadoptopenjdk8
andfirefox-developer-edition
, as instructed.How can we measure success?
CI should pass.