Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

Commit

Permalink
Fix CI due to ubuntu-latest not bundling sbt anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianCassayre committed Dec 14, 2024
1 parent a2f194b commit 1a9abfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ jobs:
with:
distribution: zulu
java-version: 8
- name: Set up sbt
uses: sbt/setup-sbt@v1
- name: Run tests
run: sbt test

0 comments on commit 1a9abfe

Please sign in to comment.