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:
554554 SONATYPE_USER : ${{ secrets.SONATYPE_USER_ORGSCALALANG }}
555555
556556 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
559559 - name : Reset existing repo
560560 run : |
561561 git config --global --add safe.directory /__w/scala3/scala3
@@ -665,6 +665,8 @@ jobs:
665665 SONATYPE_USER : ${{ secrets.SONATYPE_USER_ORGSCALALANG }}
666666
667667 steps :
668+ - name : Set JDK 8 as default
669+ run : echo "/usr/lib/jvm/java-8-openjdk-amd64/bin" >> $GITHUB_PATH
668670 - name : Reset existing repo
669671 run : |
670672 git config --global --add safe.directory /__w/scala3/scala3
You can’t perform that action at this time.
0 commit comments