Make sure uv installed by setup-uv is first in PATH (#373)

Fixes: #372
This commit is contained in:
Kevin Stillhammer 2025-04-16 12:31:45 +02:00 committed by GitHub
parent 594f292eef
commit d4b2f3b6ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 18 additions and 12 deletions

View file

@ -44,8 +44,8 @@ async function run(): Promise<void> {
}
const setupResult = await setupUv(platform, arch, checkSum, githubToken);
addUvToPathAndOutput(setupResult.uvDir);
addToolBinToPath();
addUvToPathAndOutput(setupResult.uvDir);
setToolDir();
await setupPython();
addMatchers();