sbt / sbt-native-packager

sbt Native Packager
https://sbt-native-packager.readthedocs.io/en/stable/
BSD 2-Clause "Simplified" License
1.6k stars 442 forks source link

setup zulu with javafx using olafurpg/setup-scala action #1637

Closed jtjeferreira closed 1 month ago

jtjeferreira commented 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

jtjeferreira commented 1 month ago

@muuki88 can you review/merge this one first?

muuki88 commented 1 month ago

Oh boy 😅 ... We should probably upgrade Java as well at some point.