mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 17:57:55 +00:00
Fix uv cache dir env [ci] (#113312)
This commit is contained in:
parent
6338c8d86e
commit
d1d28dbfb8
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -466,7 +466,7 @@ jobs:
|
||||
if: steps.cache-venv.outputs.cache-hit != 'true'
|
||||
uses: actions/cache@v4.0.1
|
||||
with:
|
||||
path: ${{ env.UV_CACHE }}
|
||||
path: ${{ env.UV_CACHE_DIR }}
|
||||
key: >-
|
||||
${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
|
||||
steps.generate-uv-key.outputs.key }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user