fix scripts
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ async function unixInstall(version: string, sha: string): Promise<void> {
|
||||
await exec('make', ['install', `prefix=${binDir}`], { cwd: sourceDir });
|
||||
const cacheDir = await toolCache.cacheDir(binDir, 'xmake', version);
|
||||
await io.rmRF(binDir);
|
||||
await git.cleanup();
|
||||
await git.cleanup(sha);
|
||||
return cacheDir;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user