Support OS using musl (#284)

Fixes: #278
This commit is contained in:
Kevin Stillhammer 2025-02-17 10:32:34 +01:00 committed by GitHub
parent bb8d247e1a
commit e2e9087257
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 200 additions and 20 deletions

View file

@ -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 {