mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-04-13 21:44:50 +00:00
parent
bb8d247e1a
commit
e2e9087257
6 changed files with 200 additions and 20 deletions
|
|
@ -30,7 +30,7 @@ import fs from "node:fs";
|
|||
import { getUvVersionFromConfigFile } from "./utils/pyproject";
|
||||
|
||||
async function run(): Promise<void> {
|
||||
const platform = getPlatform();
|
||||
const platform = await getPlatform();
|
||||
const arch = getArch();
|
||||
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue