Skip to content

Commit 70a89df

Browse files
committed
Set jdk in pages workflow explicitly
1 parent 6de59bf commit 70a89df

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/pages.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ jobs:
3636
steps:
3737
- name: Checkout
3838
uses: actions/checkout@v4
39+
- name: Set up JDK
40+
uses: actions/setup-java@v4
41+
with:
42+
distribution: 'temurin'
43+
java-version: '21'
44+
3945
- name: Setup Ruby
4046
uses: ruby/setup-ruby@v1
4147
with:

0 commit comments

Comments
 (0)