mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 10:26:46 +00:00
Defined zulu as default
This commit is contained in:
parent
47432e01be
commit
f69f9cdc0b
2 changed files with 2 additions and 2 deletions
|
@ -192,7 +192,7 @@ async function getDownloadInfo(
|
|||
version: string,
|
||||
arch: string,
|
||||
javaPackage: string,
|
||||
distro: string
|
||||
distro: string = 'zulu'
|
||||
): Promise<{version: string; url: string}> {
|
||||
const architecture = arch === 'x86' ? 'i686' : 'x64';
|
||||
let operatingSystem = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue