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

Skip to content

Commit 1ed084c

Browse files
committed
add missing distribution instruction to github action
Signed-off-by: Ceki Gulcu <[email protected]>
1 parent b2cb017 commit 1ed084c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
if: ${{ matrix.jdk != '8' }}
3939
uses: actions/setup-java@v2
4040
with:
41+
distribution: 'temurin'
4142
java-version: ${{ matrix.jdk }}
4243
- name: Install
4344
# download dependencies, etc, so test log looks better

0 commit comments

Comments
 (0)