| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 56b2808 commit 0443912
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -75,7 +75,7 @@ steps: | |||
| 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,7 +16,7 @@ steps: | |||
| 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: | | |
| Back | FazBrowse Home | New Git URL |
0 commit comments