diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index f0d2c848220..e6a7fd4509e 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -814,6 +814,8 @@ jobs: if: matrix.job.skip-tests != true shell: bash run: | + command -v sudo && sudo rm -rf /usr/local/lib/android /usr/share/dotnet # avoid no space left + df -h ||: ## Test individual utilities ${{ steps.vars.outputs.CARGO_CMD }} ${{ steps.vars.outputs.CARGO_CMD_OPTIONS }} test --target=${{ matrix.job.target }} \ ${{ matrix.job.cargo-options }} ${{ steps.dep_vars.outputs.CARGO_UTILITY_LIST_OPTIONS }}