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 537582f commit b836b15Copy full SHA for b836b15
.github/workflows/ci.yaml
@@ -264,8 +264,8 @@ jobs:
264
)"
265
266
steps:
267
- - name: Set JDK 15 as default
268
- run: echo "/usr/lib/jvm/java-15-openjdk-amd64/bin" >> $GITHUB_PATH
+ - name: Set JDK 16 as default
+ run: echo "/usr/lib/jvm/java-16-openjdk-amd64/bin" >> $GITHUB_PATH
269
270
- name: Reset existing repo
271
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