mirror of
https://github.com/actions/setup-java.git
synced 2025-07-26 00:18:27 +02:00
add support for adoptopenjdk binaries
This commit is contained in:
parent
1253a7eed4
commit
db7c9fb180
7 changed files with 149 additions and 47 deletions
|
@ -12,6 +12,7 @@ export function getTempDir() {
|
|||
} else {
|
||||
if (process.platform === 'darwin') {
|
||||
baseLocation = '/Users';
|
||||
toolPath += '/Contents/Home';
|
||||
} else {
|
||||
baseLocation = '/home';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue