mirror of
https://github.com/actions/setup-java.git
synced 2025-04-22 02:46:46 +00:00
Favor spy with preloaded data over actual download
This commit is contained in:
parent
cced1ea888
commit
a0d1026612
3 changed files with 1208 additions and 5 deletions
|
@ -122,7 +122,7 @@ export class CorettoDistribution extends JavaBase {
|
|||
// Coretto has its own platform names so we need to map them
|
||||
switch (process.platform) {
|
||||
case 'darwin':
|
||||
return 'mac';
|
||||
return 'macos';
|
||||
case 'win32':
|
||||
return 'windows';
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue