Skip to content

Commit 43c4715

Browse files
committed
Fix CI
1 parent 918d92d commit 43c4715

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ jobs:
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v3
17+
# https://github.com/coursier/setup-action
1718
- name: Set up JDK 11
18-
uses: olafurpg/setup-scala@v14
19+
uses: coursier/setup-action@v1
1920
with:
20-
java-version: adopt@1.11
21+
jvm: adopt:11
22+
apps: sbtn
2123
- name: Build and Test
2224
run: sbt -v +test

0 commit comments

Comments
 (0)