Skip to content

Commit 52fd443

Browse files
committed
Install Java toolchain in CI
Signed-off-by: Nicholas Gates <nick@nickgates.com>
1 parent cd48674 commit 52fd443

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,10 @@ jobs:
376376
with:
377377
sccache: s3
378378
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
379+
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5
380+
with:
381+
distribution: "corretto"
382+
java-version: "17"
379383
- uses: ./.github/actions/setup-prebuild
380384
- run: ./gradlew javadoc
381385
working-directory: ./java

0 commit comments

Comments
 (0)