Skip to content

Commit 68e9726

Browse files
committed
setup java17
1 parent 2b6da13 commit 68e9726

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/pr_check.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v2
10-
10+
- name: Setup Java
11+
uses: actions/setup-java@v3
12+
with:
13+
distribution: 'temurin'
14+
java-version: '17'
1115
- uses: actions/cache@v2
1216
with:
1317
path: |

0 commit comments

Comments
 (0)