Update rocky.yml

This commit is contained in:
Jordan Carlin 2024-07-06 20:27:22 -04:00
parent a111541da5
commit 81e3b50242
No known key found for this signature in database

View File

@ -12,6 +12,9 @@ jobs:
shell: bash
steps:
- run: pwd
- run: ls
- run: df -h
- name: Free up storage
run: |
sudo rm -rf /usr/local/lib/android &> /dev/null