fix: add distribution to setup-java
This commit is contained in:
parent
ec17581af2
commit
59d43b2e9b
|
|
@ -26,6 +26,7 @@ jobs:
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
|
distribution: temurin
|
||||||
|
|
||||||
- name: Install Maven
|
- name: Install Maven
|
||||||
run: sudo apt update && sudo apt-get install maven -y
|
run: sudo apt update && sudo apt-get install maven -y
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue