free up space

This commit is contained in:
Zack Koppert 2023-10-14 19:07:07 -07:00 committed by GitHub
parent 0be718e6d6
commit 4789dbb291
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,12 @@ jobs:
- target: standard
timeout-minutes: 60
steps:
- name: Free Disk space
shell: bash
run: |
sudo rm -rf /usr/local/lib/android
sudo rm -rf /usr/share/dotnet
- name: Checkout Code
uses: actions/checkout@v4
with: