effekt-lang / effekt

A language with lexical effect handlers and lightweight effect polymorphism
https://effekt-lang.org
MIT License
334 stars 24 forks source link

Fix SBT installation #637

Closed marvinborner closed 1 month ago

marvinborner commented 1 month ago

Due to updates in the ubuntu-latest image, sbt is no longer included in the default installation. Now we also use the sbt/setup-sbt action in all workflows. Closes #639.

CI fails because it still runs with the old config, I believe.

jiribenes commented 1 month ago

Let's merge it and see!