mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 02:16:45 +00:00
Make tests work on macOS and Windows
This commit is contained in:
parent
46d790322c
commit
43a44e93dd
3 changed files with 11 additions and 21 deletions
1
dist/setup/index.js
vendored
1
dist/setup/index.js
vendored
|
@ -104682,7 +104682,6 @@ class OracleDistribution extends base_installer_1.JavaBase {
|
|||
case 'darwin':
|
||||
return 'macos';
|
||||
case 'win32':
|
||||
case 'cygwin':
|
||||
return 'windows';
|
||||
case 'linux':
|
||||
return 'linux';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue