Skip to content

Commit ca65bcf

Browse files
committed
debug: remove android sdk from runner
1 parent 2017622 commit ca65bcf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci-base.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,10 @@ jobs:
5959
artifact_name: ${{ steps.set-outputs.outputs.artifact_name }}
6060
docker_manifest_sha_name: ${{ steps.set-outputs.outputs.docker_manifest_sha_name }}
6161
steps:
62-
# run df -h to check disk space before caching/building
62+
- name: Check disk space
63+
run: df -h
64+
- name: remove android sdk
65+
run: sudo rm -rf /usr/local/lib/android
6366
- name: Check disk space
6467
run: df -h
6568
- name: Checkout

0 commit comments

Comments
 (0)