Log whats happening

This commit is contained in:
Danny McCormick 2019-07-10 15:20:05 -04:00
parent 05dd7fbe75
commit 69118bc9c6
2 changed files with 2 additions and 0 deletions

View file

@ -45,6 +45,7 @@ export async function getJava(
compressedFileExtension,
tempDir
);
core.debug(`jdk extracted to ${jdkDir}`);
toolPath = await tc.cacheDir(jdkDir, 'Java', versionSpec, arch);
}