mirror of
https://gitea.com/actions/setup-java.git
synced 2025-12-14 04:31:38 +08:00
Log whats happening
This commit is contained in:
@@ -45,6 +45,7 @@ export async function getJava(
|
||||
compressedFileExtension,
|
||||
tempDir
|
||||
);
|
||||
core.debug(`jdk extracted to ${jdkDir}`);
|
||||
toolPath = await tc.cacheDir(jdkDir, 'Java', versionSpec, arch);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user