Skip to content

Commit 1e66e08

Browse files
committed
CI: set up SBT
1 parent ab522cf commit 1e66e08

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
- windows-2019
1919
steps:
2020
- uses: actions/checkout@v2
21+
22+
- name: Set up SBT
23+
uses: sbt/setup-sbt@v1
24+
2125
- name: SBT Cache
2226
uses: actions/cache@v4
2327
with:

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ jobs:
4141

4242
steps:
4343
- uses: actions/checkout@v2
44+
45+
- name: Set up SBT
46+
uses: sbt/setup-sbt@v1
47+
4448
- name: SBT Cache
4549
uses: actions/cache@v4
4650
with:

0 commit comments

Comments
 (0)