File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -263,8 +263,8 @@ jobs:
263
263
)"
264
264
265
265
steps :
266
- - name : Set JDK 16 as default
267
- run : echo "/usr/lib/jvm/java-16 -openjdk-amd64/bin" >> $GITHUB_PATH
266
+ - name : Set JDK 15 as default
267
+ run : echo "/usr/lib/jvm/java-15 -openjdk-amd64/bin" >> $GITHUB_PATH
268
268
269
269
- name : Reset existing repo
270
270
run : git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
@@ -313,8 +313,8 @@ jobs:
313
313
)"
314
314
315
315
steps :
316
- - name : Set JDK 16 as default
317
- run : echo "/usr/lib/jvm/java-16 -openjdk-amd64/bin" >> $GITHUB_PATH
316
+ - name : Set JDK 15 as default
317
+ run : echo "/usr/lib/jvm/java-15 -openjdk-amd64/bin" >> $GITHUB_PATH
318
318
319
319
- name : Reset existing repo
320
320
run : git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
@@ -363,8 +363,8 @@ jobs:
363
363
)"
364
364
365
365
steps :
366
- - name : Set JDK 16 as default
367
- run : echo "/usr/lib/jvm/java-16 -openjdk-amd64/bin" >> $GITHUB_PATH
366
+ - name : Set JDK 15 as default
367
+ run : echo "/usr/lib/jvm/java-15 -openjdk-amd64/bin" >> $GITHUB_PATH
368
368
369
369
- name : Reset existing repo
370
370
run : git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
You can’t perform that action at this time.
0 commit comments