From b3d05b66f45ece8ab67c5986fa7bf95a3eeb7164 Mon Sep 17 00:00:00 2001 From: oech3 <79379754+oech3@users.noreply.github.com> Date: Tue, 30 Dec 2025 00:48:06 +0900 Subject: [PATCH] CICD.yml: Avoid no space left much more (#9907) * CICD.yml: Avoid no space left much more * Remove both of android and dotnet Co-authored-by: Sylvestre Ledru --------- Co-authored-by: Sylvestre Ledru --- .github/workflows/CICD.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index f2af93125..f0d2c8482 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -1194,7 +1194,8 @@ jobs: - name: build and test all features individually shell: bash run: | - command -v sudo && sudo rm -rf /usr/share/dotnet # avoid no space left + command -v sudo && sudo rm -rf /usr/local/lib/android /usr/share/dotnet # avoid no space left + df -h ||: CARGO_FEATURES_OPTION='--features=${{ matrix.job.features }}' ; for f in $(util/show-utils.sh ${CARGO_FEATURES_OPTION}) do