Skip to content

Commit 7bfa14f

Browse files
committed
Fix github action
1 parent 3271e11 commit 7bfa14f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- uses: olafurpg/setup-scala@v14
1313
with:
14-
java-version: openjdk@1.17
14+
java-version: 1.17-custom=tgz+https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-17.0.11-linux-x64-b1312.2.tar.gz
1515
- name: Compile & Test
1616
run: sbt test

0 commit comments

Comments
 (0)