You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a step to explicitly install sbt using apt-get in the GitHub Actions
workflow (.github/workflows/scala.yml). This is done for both the 'test'
and 'lint' jobs after Java has been set up.
This addresses the 'sbt: command not found' error encountered in previous
workflow runs.
0 commit comments