mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-05-19 15:44:46 +00:00
Make sure uv installed by setup-uv is first in PATH
This commit is contained in:
parent
594f292eef
commit
e59aee7337
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