There was an error while loading. Please reload this page.
1 parent 85a150c commit b9ef540Copy full SHA for b9ef540
1 file changed
.github/workflows/ci-cd.yml
@@ -340,6 +340,14 @@ jobs:
340
- name: Cythonize
341
run: |
342
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
351
- name: Enable KVM group perms for Android emulator
352
if: ${{ matrix.config.platform == 'android' }}
353
# This is normally done by cibuildwheel automatically, when it detects Github Actions. But by unsetting GITHUB_ACTIONS
0 commit comments