Skip to content

Commit 8fc9d28

Browse files
authored
Merge pull request #9277 from oech3/patch-2
CICD.yml: Avoid no space left
1 parent 62121a9 commit 8fc9d28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CICD.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1202,6 +1202,7 @@ jobs:
12021202
- name: build and test all features individually
12031203
shell: bash
12041204
run: |
1205+
command -v sudo && sudo rm -rf /usr/share/dotnet # avoid no space left
12051206
CARGO_FEATURES_OPTION='--features=${{ matrix.job.features }}' ;
12061207
for f in $(util/show-utils.sh ${CARGO_FEATURES_OPTION})
12071208
do

0 commit comments

Comments
 (0)