File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -554,8 +554,8 @@ jobs:
554
554
SONATYPE_USER : ${{ secrets.SONATYPE_USER_ORGSCALALANG }}
555
555
556
556
steps :
557
- - name : Set JDK 17 as default
558
- run : echo "/usr/lib/jvm/java-17 -openjdk-amd64/bin" >> $GITHUB_PATH
557
+ - name : Set JDK 8 as default
558
+ run : echo "/usr/lib/jvm/java-8 -openjdk-amd64/bin" >> $GITHUB_PATH
559
559
- name : Reset existing repo
560
560
run : |
561
561
git config --global --add safe.directory /__w/scala3/scala3
@@ -665,6 +665,8 @@ jobs:
665
665
SONATYPE_USER : ${{ secrets.SONATYPE_USER_ORGSCALALANG }}
666
666
667
667
steps :
668
+ - name : Set JDK 8 as default
669
+ run : echo "/usr/lib/jvm/java-8-openjdk-amd64/bin" >> $GITHUB_PATH
668
670
- name : Reset existing repo
669
671
run : |
670
672
git config --global --add safe.directory /__w/scala3/scala3
You can’t perform that action at this time.
0 commit comments