leave uv.exe in D:

This commit is contained in:
Kevin Stillhammer 2024-09-18 20:49:20 +02:00
parent 363497d0ae
commit 2233977af9
No known key found for this signature in database
3 changed files with 4 additions and 16 deletions

3
dist/setup/index.js generated vendored
View file

@ -89835,8 +89835,7 @@ function downloadLatest(platform, arch, checkSum, githubToken) {
}
const version = yield getVersion(uvExecutablePath);
yield (0, checksum_1.validateChecksum)(checkSum, downloadPath, arch, platform, version);
const cachedToolDir = yield tc.cacheDir(uvDir, constants_1.TOOL_CACHE_NAME, version, arch);
return { cachedToolDir, version };
return { cachedToolDir: uvDir, version };
});
}
function getVersion(uvExecutablePath) {