Skip to content

Commit 7696eb3

Browse files
committed
Fix CI by using setup-sbt instead of setup-java
Signed-off-by: Kevin Joly <kevin.joly@armadeus.com>
1 parent f842169 commit 7696eb3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Diff for: .github/workflows/scala.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,8 @@ jobs:
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v4
15-
- name: Setup JDK
16-
uses: actions/setup-java@v3
17-
with:
18-
distribution: temurin
19-
java-version: 8
15+
- name: Setup SBT
16+
uses: sbt/setup-sbt@v1
2017
- name: Publish package
2118
run: sbt publish
2219
env:

0 commit comments

Comments
 (0)