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 0269dc1 commit 56adb20Copy full SHA for 56adb20
.github/workflows/ci.yaml
@@ -363,8 +363,8 @@ jobs:
363
)"
364
365
steps:
366
- - name: Set JDK 15 as default
367
- run: echo "/usr/lib/jvm/java-15-openjdk-amd64/bin" >> $GITHUB_PATH
+ - name: Set JDK 17 as default
+ run: echo "/usr/lib/jvm/java-17-openjdk-amd64/bin" >> $GITHUB_PATH
368
369
- name: Reset existing repo
370
run: git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
0 commit comments