mirror of
https://github.com/uutils/coreutils.git
synced 2026-05-06 07:26:38 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user