mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +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'
|
if: steps.cache-venv.outputs.cache-hit != 'true'
|
||||||
uses: actions/cache@v4.0.1
|
uses: actions/cache@v4.0.1
|
||||||
with:
|
with:
|
||||||
path: ${{ env.UV_CACHE }}
|
path: ${{ env.UV_CACHE_DIR }}
|
||||||
key: >-
|
key: >-
|
||||||
${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
|
${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
|
||||||
steps.generate-uv-key.outputs.key }}
|
steps.generate-uv-key.outputs.key }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user