From b9ef540d67accd5df0f0368fca42c8fc2304fced Mon Sep 17 00:00:00 2001 From: aio-libs bot Date: Sat, 20 Jun 2026 19:09:43 -0500 Subject: [PATCH] Free up disk space for Android emulator in CI (#12946) --- .github/workflows/ci-cd.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 3113a2ae4ff..f9f99c7d09f 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -340,6 +340,14 @@ jobs: - name: Cythonize run: | make cythonize + - name: Free up disk space for Android emulator + if: ${{ matrix.config.platform == 'android' }} + uses: BRAINSia/free-disk-space@v2.1.3 + with: + android: false + docker-images: false + mandb: false + large-packages: false - name: Enable KVM group perms for Android emulator if: ${{ matrix.config.platform == 'android' }} # This is normally done by cibuildwheel automatically, when it detects Github Actions. But by unsetting GITHUB_ACTIONS