From c334114f69e441926346782d00cebf96ae932ac0 Mon Sep 17 00:00:00 2001 From: zhangyiming <34808445+menogrey@users.noreply.github.com> Date: Mon, 17 Nov 2025 10:45:58 +0800 Subject: [PATCH] [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: https://github.com/vllm-project/vllm/commit/2918c1b49c88c29783c86f78d2c4221cb9622379 Signed-off-by: menogrey <1299267905@qq.com> --- .github/workflows/release_whl.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release_whl.yml b/.github/workflows/release_whl.yml index 0924fa7f..c448170a 100644 --- a/.github/workflows/release_whl.yml +++ b/.github/workflows/release_whl.yml @@ -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