Skip to content

Commit 049bbc0

Browse files
committed
Try to fix ci
1 parent 03e301c commit 049bbc0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ jobs:
77
steps:
88
- name: Checkout
99
uses: actions/checkout@v2
10-
- name: Setup JDK
11-
uses: actions/setup-java@v2
10+
- name: Cache
11+
uses: coursier/cache-action@v6
12+
- name: Setup SBT
13+
uses: coursier/setup-action@v1
1214
with:
13-
distribution: temurin
14-
java-version: 11
15+
apps: sbt
16+
jvm: adopt:11
1517
- name: Build and Test
1618
run: sbt -v +test

0 commit comments

Comments
 (0)