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 a98b65e commit 9f1e8bfCopy full SHA for 9f1e8bf
.github/workflows/ci.yaml
@@ -75,7 +75,7 @@ jobs:
75
)"
76
steps:
77
- name: Set JDK 17 as default
78
- run: echo "/usr/lib/jvm/java-17-openjdk-amd64/bin" >> $GITHUB_PATH
+ run: echo "/usr/lib/jvm/java-8-openjdk-amd64/bin" >> $GITHUB_PATH
79
80
## Workaround for https://github.com/actions/runner/issues/2033 (See https://github.com/scala/scala3/pull/19720)
81
- name: Reset existing repo
0 commit comments