[CI] Fix no space left in build wheel CI. (#4215)

### What this PR does / why we need it?
[CI] Fix no space left in build wheel CI.

- vLLM version: v0.11.0
- vLLM main:
2918c1b49c

Signed-off-by: menogrey <1299267905@qq.com>
This commit is contained in:
zhangyiming
2025-11-17 10:45:58 +08:00
committed by GitHub
parent 67f2b3a031
commit c334114f69

View File

@@ -57,7 +57,13 @@ jobs:
- name: Print
run: |
lscpu
- name: Free up disk space
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
with:
tool-cache: true
docker-images: false
- name: Build wheel
run: |
ls