Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b579744

Browse files
committed
Install Java 17 in prepare-test action
1 parent 777f917 commit b579744

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/actions/prepare-test/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ runs:
7676
exit 1
7777
fi
7878
79+
- uses: actions/setup-java@v4
80+
with:
81+
java-version: 17
82+
distribution: temurin
83+
7984
- uses: fwilhe2/setup-kotlin@9c245a6425255f5e98ba1ce6c15d31fce7eca9da
8085
if: ${{ inputs.setup-kotlin == 'true' }}
8186
with:

0 commit comments

Comments
 (0)