Skip to content

Commit 87909a0

Browse files
authored
Switch to use setup-sbt action (#171)
1 parent 47f008e commit 87909a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/scala.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
with:
1818
java-version: '11'
1919
distribution: 'adopt'
20+
- name: Install SBT
21+
uses: sbt/setup-sbt@v1
2022
- name: Check headers
2123
run: sbt +headerCheck
2224
- name: Compile everything

0 commit comments

Comments
 (0)