Skip to content

Commit ea9e96a

Browse files
committed
add java distro
1 parent 064fa42 commit ea9e96a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ jobs:
2828
python-version: '3.9'
2929

3030
- name: Set up JDK
31-
uses: actions/setup-java@v3
31+
uses: actions/setup-java@v2
3232
with:
33+
distribution: 'corretto'
3334
java-version: '17'
3435

3536
- name: Set up Maven

0 commit comments

Comments
 (0)