Skip to content

Commit e4dc391

Browse files
authored
Setup Java 17 to generate the docs (#2499)
1 parent de15b9f commit e4dc391

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/make-docs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ jobs:
2020
build-docs:
2121
runs-on: ubuntu-latest
2222
steps:
23+
- name: Setup Java 17
24+
uses: actions/setup-java@v4
25+
with:
26+
java-version: 17
27+
distribution: 'corretto'
28+
2329
- name: Checkout repo
2430
uses: actions/checkout@v4
2531
- name: Setup

0 commit comments

Comments
 (0)