We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 730b80e commit 2b6da13Copy full SHA for 2b6da13
.github/workflows/pr_check.yml
@@ -33,7 +33,11 @@ jobs:
33
runs-on: ubuntu-latest
34
steps:
35
- uses: actions/checkout@v2
36
-
+ - name: Setup Java
37
+ uses: actions/setup-java@v3
38
+ with:
39
+ distribution: 'temurin'
40
+ java-version: '17'
41
- uses: actions/cache@v2
42
with:
43
path: |
.github/workflows/unit_test.yml
@@ -10,7 +10,11 @@ jobs:
10
11
12
13
14
15
16
17
18
19
20
0 commit comments