Skip to content

Commit 77ae7ef

Browse files
committed
ci: fix uv cache
1 parent f03e189 commit 77ae7ef

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/actions/setup/action.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,11 @@ runs:
4343
uses: actions/setup-python@v5
4444
with:
4545
python-version: ${{ inputs.python-version }}
46-
cache: uv
46+
- uses: actions/cache@v4
47+
id: cache-uv
48+
with:
49+
path: ~/.cache/uv
50+
key: ${{ inputs.os }}-python-${{ inputs.python-version }}-uv
4751

4852
# - name: Debug uv
4953
# run: |

0 commit comments

Comments
 (0)