diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index f0d2c848220..84262545c21 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -246,6 +246,8 @@ jobs: - name: "`cargo update` testing" shell: bash run: | + command -v sudo && sudo rm -rf /usr/local/lib/android /usr/share/dotnet # avoid no space left + df -h ||: ## `cargo update` testing # * convert any errors/warnings to GHA UI annotations; ref: for dir in "." "fuzz"; do @@ -1194,8 +1196,6 @@ jobs: - name: build and test all features individually shell: bash run: | - 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