We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ci (GitHub Actions) is broken for a few weeks, all pipelines are failing with "sbt: command not found".
This is due to our usage of the setup-java action and ubuntu:latest. See actions/setup-java#712 or actions/setup-java#694.
setup-java
ubuntu:latest
We should use the setup-sbt action instead.
setup-sbt
The text was updated successfully, but these errors were encountered:
gaeljw
Successfully merging a pull request may close this issue.
Ci (GitHub Actions) is broken for a few weeks, all pipelines are failing with "sbt: command not found".
This is due to our usage of the
setup-java
action andubuntu:latest
. See actions/setup-java#712 or actions/setup-java#694.We should use the
setup-sbt
action instead.The text was updated successfully, but these errors were encountered: