We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2017622 commit ca65bcfCopy full SHA for ca65bcf
.github/workflows/ci-base.yaml
@@ -59,7 +59,10 @@ jobs:
59
artifact_name: ${{ steps.set-outputs.outputs.artifact_name }}
60
docker_manifest_sha_name: ${{ steps.set-outputs.outputs.docker_manifest_sha_name }}
61
steps:
62
- # run df -h to check disk space before caching/building
+ - name: Check disk space
63
+ run: df -h
64
+ - name: remove android sdk
65
+ run: sudo rm -rf /usr/local/lib/android
66
- name: Check disk space
67
run: df -h
68
- name: Checkout
0 commit comments