mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Free some space on android runners (#32907)
Signed-off-by: Samson <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
0ff4398380
commit
2cf207ddc8
1 changed files with 7 additions and 0 deletions
7
.github/workflows/android.yml
vendored
7
.github/workflows/android.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue