5
0
mirror of https://github.com/astral-sh/setup-uv.git synced 2025-12-25 11:04:24 +00:00

Use --force when pruning cache (#611)

To prevent waiting forever on other running uv processes
This commit is contained in:
Kevin Stillhammer
2025-10-07 09:42:14 +02:00
committed by GitHub
parent 3deccc0075
commit f610be5ff9
7 changed files with 817 additions and 5 deletions

View File

@@ -2,3 +2,4 @@ export const REPO = "uv";
export const OWNER = "astral-sh";
export const TOOL_CACHE_NAME = "uv";
export const STATE_UV_PATH = "uv-path";
export const STATE_UV_VERSION = "uv-version";