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 <sylvestre@debian.org>

---------

Co-authored-by: Sylvestre Ledru <sylvestre@debian.org>
This commit is contained in:
oech3
2025-12-30 00:48:06 +09:00
committed by GitHub
parent 650fe9fd81
commit b3d05b66f4
+2 -1
View File
@@ -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