We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3271e11 commit 7bfa14fCopy full SHA for 7bfa14f
.github/workflows/build.yml
@@ -11,6 +11,6 @@ jobs:
11
- uses: actions/checkout@v2
12
- uses: olafurpg/setup-scala@v14
13
with:
14
- java-version: openjdk@1.17
+ java-version: 1.17-custom=tgz+https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-17.0.11-linux-x64-b1312.2.tar.gz
15
- name: Compile & Test
16
run: sbt test
0 commit comments