mirror of
https://github.com/actions/setup-java.git
synced 2024-11-06 00:55:54 -05:00
Remove unessary steps from the step
This commit is contained in:
parent
8ac768a2cf
commit
66a84830d9
1 changed files with 0 additions and 5 deletions
|
@ -156,12 +156,7 @@ jobs:
|
|||
|
||||
### Install multiple JDKs
|
||||
```yaml
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 8
|
||||
|
|
Loading…
Reference in a new issue