Log what the toolPath is we are looking for
This commit is contained in:
@@ -32,6 +32,7 @@ export async function _findHaskellToolVersion(
|
||||
}
|
||||
|
||||
const toolPath: string = path.join(baseInstallDir, tool, version, 'bin');
|
||||
core.info(`Looking in ${toolPath}`);
|
||||
if (fs.existsSync(toolPath)) {
|
||||
core.debug(`Found tool in cache ${tool} ${version}`);
|
||||
core.addPath(toolPath);
|
||||
|
||||
Reference in New Issue
Block a user