Skip to content

Commit b9ef540

Browse files
authored
Free up disk space for Android emulator in CI (aio-libs#12946)
1 parent 85a150c commit b9ef540

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,14 @@ jobs:
340340
- name: Cythonize
341341
run: |
342342
make cythonize
343+
- name: Free up disk space for Android emulator
344+
if: ${{ matrix.config.platform == 'android' }}
345+
uses: BRAINSia/free-disk-space@v2.1.3
346+
with:
347+
android: false
348+
docker-images: false
349+
mandb: false
350+
large-packages: false
343351
- name: Enable KVM group perms for Android emulator
344352
if: ${{ matrix.config.platform == 'android' }}
345353
# This is normally done by cibuildwheel automatically, when it detects Github Actions. But by unsetting GITHUB_ACTIONS

0 commit comments

Comments
 (0)