mirror of https://github.com/qos-ch/slf4j
add missing distribution instruction to github action
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
This commit is contained in:
parent
b2cb017422
commit
1ed084cbc0
|
|
@ -38,6 +38,7 @@ jobs:
|
|||
if: ${{ matrix.jdk != '8' }}
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: ${{ matrix.jdk }}
|
||||
- name: Install
|
||||
# download dependencies, etc, so test log looks better
|
||||
|
|
|
|||
Loading…
Reference in New Issue