mirror of
https://github.com/actions/setup-java.git
synced 2024-11-12 04:48:03 +00:00
Update advanced-usage.md (#436)
change to be consistent with https://github.com/actions/setup-java#usage
This commit is contained in:
parent
14d87b223c
commit
ea15b3b99c
@ -146,7 +146,7 @@ steps:
|
|||||||
with:
|
with:
|
||||||
distribution: '<distribution>'
|
distribution: '<distribution>'
|
||||||
java-version: '11'
|
java-version: '11'
|
||||||
architecture: x86 # optional - defaults to x64
|
architecture: x86 # optional - default value derived from the runner machine
|
||||||
- run: java -cp java HelloWorldApp
|
- run: java -cp java HelloWorldApp
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user