diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index f2af93125..f0d2c8482 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -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