Skip to content

Commit 23e3c9a

Browse files
committed
Add sbt/setup-sbt action
1 parent e383886 commit 23e3c9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
java-version: ${{ matrix.java-version }}
2828
cache: sbt
2929

30+
- uses: sbt/setup-sbt@v1
31+
3032
- name: Run the project
3133
run: sbt run
3234

0 commit comments

Comments
 (0)