mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-04-14 14:04:55 +00:00
parent
71bb8825e4
commit
0e0f4bfefa
6 changed files with 26 additions and 6 deletions
|
|
@ -25,6 +25,7 @@ import {
|
|||
toolDir,
|
||||
version as versionInput,
|
||||
workingDirectory,
|
||||
serverUrl,
|
||||
} from "./utils/inputs";
|
||||
import * as exec from "@actions/exec";
|
||||
import fs from "node:fs";
|
||||
|
|
@ -95,6 +96,7 @@ async function setupUv(
|
|||
}
|
||||
|
||||
const downloadVersionResult = await downloadVersion(
|
||||
serverUrl,
|
||||
platform,
|
||||
arch,
|
||||
resolvedVersion,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue