Skip to content

Commit 1ed084c

Browse files
committed
add missing distribution instruction to github action
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
1 parent b2cb017 commit 1ed084c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.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)