-
Notifications
You must be signed in to change notification settings - Fork 742
New issue
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
setup-java@v4
setup for sbt failing on Linux with sbt: command not found
#694
Comments
setup-java@v4
setup for sbt failing on Linux with line 1: sbt: command not found
setup-java@v4
setup for sbt failing on Linux with line 1: sbt: command not found
setup-java@v4
setup for sbt failing on Linux with sbt: command not found
I also have this issue. This is likely because of the Also using the sbt/setup-sbt action fixes it. |
It turns out SBT isn't available in the latest ubuntu image: actions/setup-java#694
It turns out SBT isn't available in the latest ubuntu image: actions/setup-java#694
Fixes the build. It turns out SBT isn't available in the latest ubuntu image: actions/setup-java#694 so we've had failures: sbt: command not found.
@tjmw when will the fix for this be rolled out? |
Hello Everyone, Thank you for creating this issue. There is already an issue raised under runner-images. Here are my findings:
For further updates or fixes, please track issues #10767 and #10636. Feel free to reach out if you need any clarifications. |
Hello @dnkanga, please let us know if the information provided above resolved your issue? If you have any further concerns or questions, feel free to reach out. |
Hello @dnkanga, just gently following up to see if the information provided above has resolved your issue. If you have any further questions or concerns, please don’t hesitate to reach out. |
Description:
This seemingly broke overnight, i'm attempting to setup the build with this
and the build is failing with
Platform:
Runner type:
The text was updated successfully, but these errors were encountered: