diff --git a/src/installer.ts b/src/installer.ts index 1639fc2..b244509 100644 --- a/src/installer.ts +++ b/src/installer.ts @@ -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);