Free some space on android runners (#32907)

Signed-off-by: Samson <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
Samson 2024-08-01 17:46:31 +02:00 committed by GitHub
parent 0ff4398380
commit 2cf207ddc8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,6 +30,13 @@ jobs:
matrix:
arch: ['aarch64-linux-android', 'armv7-linux-androideabi', 'i686-linux-android', 'x86_64-linux-android']
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
android: false
large-packages: false
swap-storage: false
- uses: actions/checkout@v4
if: github.event_name != 'pull_request_target'
with: