Skip to content

Commit a57ba9d

Browse files
committed
add back java-version
1 parent 1e956da commit a57ba9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v2
2929

30-
- name: Set up JDK 17
30+
- name: Set up JDK
3131
uses: actions/setup-java@v4
3232
with:
33+
java-version: 17
3334
distribution: 'oracle'
3435

3536
- name: Run tests

0 commit comments

Comments
 (0)