mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:25:49 +00:00
Specify Java distribution
This commit is contained in:
parent
2a715e9824
commit
198de3e450
1 changed files with 1 additions and 0 deletions
1
.github/workflows/petclinic.yaml
vendored
1
.github/workflows/petclinic.yaml
vendored
|
@ -9,6 +9,7 @@ jobs:
|
||||||
- name: Set up Java 8
|
- name: Set up Java 8
|
||||||
uses: actions/setup-java@v2
|
uses: actions/setup-java@v2
|
||||||
with:
|
with:
|
||||||
|
distribution: 'zulu'
|
||||||
java-version: '8'
|
java-version: '8'
|
||||||
- run: echo "Hello Github Actions"
|
- run: echo "Hello Github Actions"
|
||||||
- run: find
|
- run: find
|
||||||
|
|
Loading…
Reference in a new issue