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