diff options
author | Samson <16504129+sagudev@users.noreply.github.com> | 2024-08-01 17:46:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-01 15:46:31 +0000 |
commit | 2cf207ddc8133f1abb85704d2d0eee9e26b52723 (patch) | |
tree | 9dc51e4b10ddf53015c5e49aa234eb2588b9dbcc | |
parent | 0ff4398380c58d2402765c0ca017c0d12b25cd5c (diff) | |
download | servo-2cf207ddc8133f1abb85704d2d0eee9e26b52723.tar.gz servo-2cf207ddc8133f1abb85704d2d0eee9e26b52723.zip |
Free some space on android runners (#32907)
Signed-off-by: Samson <16504129+sagudev@users.noreply.github.com>
-rw-r--r-- | .github/workflows/android.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index aece07e453f..1b119d87ded 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -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: |