-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[docs] Fix instructions for Java install with Homebrew #2611
Conversation
Not sure why CI is not triggered :( |
@KapJI It's happening with another PRs too :( |
I tried force push but still not triggering the CI. As @Lcsmarcal says, It's happening with other PRs too. |
Thank you @KapJI The complete guide: The solution for circle-ci checks not running in PRs: By steps: 1 - Go to Signup - CircleCI and sign up with your Github account. |
@narlei Thanks a lot for figuring this out! CircleCI is very confusing. We probably should migrate to Github Actions but these CI definitions are large and we need someone to do that. |
* Fix docs for java install with homebrew * Fix docs for java install with homebrew; Try to force CI trigger
* Fix docs for java install with homebrew * Fix docs for java install with homebrew; Try to force CI trigger
The current doc use
homebrew/cask-cask
instructions, and cask was changed.The current instructions to install java with Homebrew doesn't work, and mysteriously it requests your github email and password 🤔🏴☠️.
This PR change the docs to install java using https://github.com/AdoptOpenJDK/homebrew-openjdk with correct cask command in homebrew.