Skip to content

Commit 1c8d10a

Browse files
authored
Update check-build.yml with uv clean
1 parent adff3bc commit 1c8d10a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
if: matrix.check_type == 'kbcheck'
2828
run: |
2929
curl -Ls https://astral.sh/uv/install.sh | sh
30+
uv clean
3031
uv python install 3.12
3132
- name: Setup md-lint environment
3233
if: matrix.check_type == 'md-lint'

0 commit comments

Comments
 (0)