Skip to content

Commit ff5cf9d

Browse files
committed
chore: use Java 17 when building the scaladoc
1 parent 746ebc8 commit ff5cf9d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,9 @@ jobs:
719719
- name: Cleanup
720720
run: .github/workflows/cleanup.sh
721721

722+
- name: Set JDK 17 as default
723+
run: echo "/usr/lib/jvm/java-17-openjdk-amd64/bin" >> $GITHUB_PATH
724+
722725
- name: Git Checkout
723726
uses: actions/checkout@v5
724727

@@ -859,7 +862,7 @@ jobs:
859862
scala3-${{ env.RELEASE_TAG }}*.zip \
860863
scala3-${{ env.RELEASE_TAG }}*.tar.gz \
861864
scala3-${{ env.RELEASE_TAG }}*.sha256 \
862-
scala3-${{ env.RELEASE_TAG }}.msi
865+
scala3-${{ env.RELEASE_TAG }}.msi
863866
864867
- name: Publish Release
865868
run: ./project/scripts/sbtPublish ";project scala3-bootstrapped ;publishSigned ;sonaUpload"

0 commit comments

Comments
 (0)