Make sure uv installed by setup-uv is first in PATH

This commit is contained in:
Kevin Stillhammer 2025-04-16 12:05:09 +02:00
parent 594f292eef
commit e59aee7337
No known key found for this signature in database
3 changed files with 18 additions and 12 deletions

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

@ -124294,8 +124294,8 @@ async function run() {
throw new Error(`Unsupported architecture: ${process.arch}`);
}
const setupResult = await setupUv(platform, arch, inputs_1.checkSum, inputs_1.githubToken);
addUvToPathAndOutput(setupResult.uvDir);
addToolBinToPath();
addUvToPathAndOutput(setupResult.uvDir);
setToolDir();
await setupPython();
addMatchers();