aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamson <16504129+sagudev@users.noreply.github.com>2024-08-01 17:46:31 +0200
committerGitHub <noreply@github.com>2024-08-01 15:46:31 +0000
commit2cf207ddc8133f1abb85704d2d0eee9e26b52723 (patch)
tree9dc51e4b10ddf53015c5e49aa234eb2588b9dbcc
parent0ff4398380c58d2402765c0ca017c0d12b25cd5c (diff)
downloadservo-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.yml7
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: