Skip to content

Commit

Permalink
Clean up space on the runner
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro committed Oct 7, 2023
1 parent 78c84f0 commit b267ee4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ jobs:

- name: Clean up deployed archives
run: |
rm -rf deploy
rm -rf deploy || true
sudo rm -rf /usr/local/lib/android || true
df -h /
- uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3
Expand Down

0 comments on commit b267ee4

Please sign in to comment.