mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 18:06:45 +00:00
.
This commit is contained in:
parent
3746484013
commit
29ae3b80cd
1 changed files with 3 additions and 1 deletions
4
.github/workflows/workflow.yml
vendored
4
.github/workflows/workflow.yml
vendored
|
@ -32,4 +32,6 @@ jobs:
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
java-version: 7.x
|
java-version: 7.x
|
||||||
- run: java --version
|
- run: |
|
||||||
|
which java
|
||||||
|
java --help
|
Loading…
Add table
Add a link
Reference in a new issue