fix(actions): don't prune the uv cachce
This commit is contained in:
parent
a19761b720
commit
d00776c006
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,7 @@ jobs:
|
|||
with:
|
||||
version: "latest"
|
||||
enable-cache: true
|
||||
prune-cache: false
|
||||
github-token: ${{ secrets.GITHUBTOKEN }}
|
||||
|
||||
- name: "Install dependencies"
|
||||
|
@ -46,6 +47,7 @@ jobs:
|
|||
with:
|
||||
version: "latest"
|
||||
enable-cache: true
|
||||
prune-cache: false
|
||||
github-token: ${{ secrets.GITHUBTOKEN }}
|
||||
|
||||
- name: Install dependencies
|
||||
|
|
Loading…
Add table
Reference in a new issue