Skip to content

Commit b260424

Browse files
committed
fix: specified java distribution
1 parent ceff438 commit b260424

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- name: setup jdk ${{ matrix.java }}
1919
uses: actions/setup-java@v3
2020
with:
21+
distribution: 'corretto'
2122
java-version: ${{ matrix.java }}
2223
- name: make gradle wrapper executable
2324
if: ${{ runner.os != 'Windows' }}

0 commit comments

Comments
 (0)