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