mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-04-09 20:04:18 +00:00
parent
594f292eef
commit
d4b2f3b6ec
3 changed files with 18 additions and 12 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue