mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-04-21 19:10:08 +00:00
Add tool bin dir to PATH on windows
This commit is contained in:
parent
8205eab75b
commit
561bff6f70
7 changed files with 100 additions and 5 deletions
|
|
@ -29,6 +29,9 @@ inputs:
|
|||
cache-local-path:
|
||||
description: "Local path to store the cache."
|
||||
default: ""
|
||||
tool-bin-dir:
|
||||
description: "Custom path to set UV_TOOL_BIN_DIR to."
|
||||
required: false
|
||||
outputs:
|
||||
uv-version:
|
||||
description: "The installed uv version. Useful when using latest."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue