Skip to content

Commit cc98101

Browse files
authored
ci: explicitly install SBT (removed from GitHub in newer Ubuntu version) (#37)
1 parent 2fa48de commit cc98101

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
distribution: 'zulu'
2020
java-version: '21'
2121
cache: 'sbt'
22+
- uses: sbt/setup-sbt@v1
2223
- name: 👌 Run "pre-push" tasks (compile and style-check)
2324
run: sbt prep
2425
- name: ✅ Generate a project and run its test

0 commit comments

Comments
 (0)