Closed jtjeferreira closed 1 month ago
fixes this error I was seeing in #1636
/home/runner/work/_temp/6f58fb41-d557-4660-af47-8c72babcccda.sh: line 1: sbt: command not found Error: Process completed with exit code 127.
because ubuntu24 no longer includes sbt.
We use the same olafurpg/setup-scala action like in other steps, but use a custom url to download the desired java version
olafurpg/setup-scala
@muuki88 can you review/merge this one first?
Oh boy 😅 ... We should probably upgrade Java as well at some point.
fixes this error I was seeing in #1636
because ubuntu24 no longer includes sbt.
We use the same
olafurpg/setup-scala
action like in other steps, but use a custom url to download the desired java version