Skip to content

Commit a0a642d

Browse files
committed
Try to resolve requirement of the JetBrains JDK
https://github.com/actions/setup-java
1 parent 3ef2c12 commit a0a642d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/presubmit.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
steps:
2222
- name: checkout
2323
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
24+
- name: Set up JDK 21
25+
uses: actions/setup-java@v4
26+
with:
27+
java-version: 21
28+
distribution: 'jetbrains'
2429
- name: build
2530
run: ./tool/github.sh
2631
checker:

0 commit comments

Comments
 (0)