Skip to content

Commit

Permalink
ci: explicitly install SBT (removed from GitHub in newer Ubuntu versi…
Browse files Browse the repository at this point in the history
…on) (#37)
  • Loading branch information
JavierCane authored Jan 13, 2025
1 parent 2fa48de commit cc98101
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
distribution: 'zulu'
java-version: '21'
cache: 'sbt'
- uses: sbt/setup-sbt@v1
- name: 👌 Run "pre-push" tasks (compile and style-check)
run: sbt prep
- name: ✅ Generate a project and run its test
Expand Down

0 comments on commit cc98101

Please sign in to comment.