File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 75
75
wget -O $RUNNER_TEMP/java_package.tar.gz $download_url
76
76
- uses : actions/setup-java@v2
77
77
with :
78
- distribution : ' jdkFile '
78
+ distribution : ' jdkfile '
79
79
jdkFile : ${{ runner.temp }}/java_package.tar.gz
80
80
java-version : ' 11.0.0'
81
81
architecture : x64
Original file line number Diff line number Diff line change 16
16
**General recommendation** — configure CI with the same distribution that is used on your local dev machine.
17
17
18
18
## Installing custom Java distribution from local file
19
- Since the ` distribution` input is required in V2, you should specify it using `jdkFile ` to continue installing Java from a local file on the runner
19
+ Since the ` distribution` input is required in V2, you should specify it using `jdkfile ` to continue installing Java from a local file on the runner
20
20
` ` ` yaml
21
21
steps:
22
22
- run: |
You can’t perform that action at this time.
0 commit comments