fix: add distribution to setup-java
This commit is contained in:
parent
59d43b2e9b
commit
eccc3f877e
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
distribution: temurin
|
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
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
distribution: temurin
|
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