Skip to content

Commit 1ec809c

Browse files
authored
CICD.yml: Avoid no space left again (#9939)
1 parent e33dadd commit 1ec809c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CICD.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -814,6 +814,8 @@ jobs:
814814
if: matrix.job.skip-tests != true
815815
shell: bash
816816
run: |
817+
command -v sudo && sudo rm -rf /usr/local/lib/android /usr/share/dotnet # avoid no space left
818+
df -h ||:
817819
## Test individual utilities
818820
${{ steps.vars.outputs.CARGO_CMD }} ${{ steps.vars.outputs.CARGO_CMD_OPTIONS }} test --target=${{ matrix.job.target }} \
819821
${{ matrix.job.cargo-options }} ${{ steps.dep_vars.outputs.CARGO_UTILITY_LIST_OPTIONS }}

0 commit comments

Comments
 (0)