Skip to content

Commit b3d05b6

Browse files
oech3sylvestre
andauthored
CICD.yml: Avoid no space left much more (uutils#9907)
* CICD.yml: Avoid no space left much more * Remove both of android and dotnet Co-authored-by: Sylvestre Ledru <[email protected]> --------- Co-authored-by: Sylvestre Ledru <[email protected]>
1 parent 650fe9f commit b3d05b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CICD.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1194,7 +1194,8 @@ jobs:
11941194
- name: build and test all features individually
11951195
shell: bash
11961196
run: |
1197-
command -v sudo && sudo rm -rf /usr/share/dotnet # avoid no space left
1197+
command -v sudo && sudo rm -rf /usr/local/lib/android /usr/share/dotnet # avoid no space left
1198+
df -h ||:
11981199
CARGO_FEATURES_OPTION='--features=${{ matrix.job.features }}' ;
11991200
for f in $(util/show-utils.sh ${CARGO_FEATURES_OPTION})
12001201
do

0 commit comments

Comments
 (0)