mirror of
https://github.com/actions/setup-go.git
synced 2025-06-18 23:02:59 -06:00
lint and build
Signed-off-by: Anton Troshin <anton@diagrid.io>
This commit is contained in:
parent
0dc6404f6a
commit
6cd0eaadd6
2 changed files with 15 additions and 5 deletions
|
@ -240,7 +240,7 @@ async function cacheWindowsDir(
|
|||
} else {
|
||||
core.info(`Directory ${cachePath.actualPath} already exists`);
|
||||
// make sure the link is pointing to the actual cache directory
|
||||
let symlinkTarget = fs.readlinkSync(cachePath.defaultPath);
|
||||
const symlinkTarget = fs.readlinkSync(cachePath.defaultPath);
|
||||
if (symlinkTarget !== "") {
|
||||
core.info(`Found link ${cachePath.defaultPath} => ${symlinkTarget}`);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue