mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-12-23 08:47:51 +00:00
parent
0439606c8e
commit
4180991cd9
8 changed files with 172 additions and 59 deletions
|
|
@ -134,6 +134,10 @@ It defaults to `setup-uv-cache` in the `TMP` dir, `D:\a\_temp\setup-uv-cache` on
|
|||
> If you configured [cache-dir](https://docs.astral.sh/uv/reference/settings/#cache-dir) in your
|
||||
> config file then it is also respected and this action will not set `UV_CACHE_DIR`.
|
||||
|
||||
> [!NOTE]
|
||||
> If caching is disabled, you can still use `cache-local-path` so this action sets `UV_CACHE_DIR`
|
||||
> to your desired path.
|
||||
|
||||
```yaml
|
||||
- name: Define a custom uv cache path
|
||||
uses: astral-sh/setup-uv@v7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue