guardian / homebrew-devtools

A homebrew tap containing dev tools for the Guardian
2 stars 3 forks source link

chore: Fix CI #64

Closed akash1810 closed 3 years ago

akash1810 commented 3 years ago

What does this change?

CI is currently failing. This is because the brew cask CLI has changed from brew cask install <name> to 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.

How can we measure success?

CI should pass.