Skip to content

Commit 8271269

Browse files
authored
Update check-build.yml
1 parent 1c8d10a commit 8271269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
curl -Ls https://astral.sh/uv/install.sh | sh
3030
uv clean
31-
uv python install 3.12
31+
uv python install 3.12 --verbose
3232
- name: Setup md-lint environment
3333
if: matrix.check_type == 'md-lint'
3434
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)