mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 18:06:45 +00:00
Log whats happening
This commit is contained in:
parent
05dd7fbe75
commit
69118bc9c6
2 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,7 @@ export async function getJava(
|
|||
compressedFileExtension,
|
||||
tempDir
|
||||
);
|
||||
core.debug(`jdk extracted to ${jdkDir}`);
|
||||
toolPath = await tc.cacheDir(jdkDir, 'Java', versionSpec, arch);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue