mirror of
https://github.com/actions/setup-java.git
synced 2025-05-21 09:51:47 +00:00
Update advanced-usage.md
change to be consistent with https://github.com/actions/setup-java#usage
This commit is contained in:
parent
d401f0c450
commit
751c11a6d6
@ -132,7 +132,7 @@ steps:
|
||||
with:
|
||||
distribution: '<distribution>'
|
||||
java-version: '11'
|
||||
architecture: x86 # optional - defaults to x64
|
||||
architecture: x86 # optional - default value derived from the runner machine
|
||||
- run: java -cp java HelloWorldApp
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user