From 93f13dd88291b54d4fcd8acafe5c1f8ac6d823df Mon Sep 17 00:00:00 2001 From: Damien George Date: Sat, 18 Oct 2025 19:02:14 +1100 Subject: [PATCH] github/workflows: Free up more disk space on zephyr workflow. Zephyr CI is currently failing, because the runner is out of space. Free up some more space using the existing plugin. Fixes issue #18290. Signed-off-by: Damien George --- .github/workflows/ports_zephyr.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ports_zephyr.yml b/.github/workflows/ports_zephyr.yml index 3ed164e2f5..3579f4e1bc 100644 --- a/.github/workflows/ports_zephyr.yml +++ b/.github/workflows/ports_zephyr.yml @@ -28,11 +28,14 @@ jobs: - uses: jlumbroso/free-disk-space@main with: # Only free up a few things so this step runs quickly. + # (android would save 9.6GiB, but takes about 13m) + # (large-packages would save 4.6GiB, but takes about 3m) android: false dotnet: true haskell: true large-packages: false docker-images: false + tool-cache: true swap-storage: false - uses: actions/checkout@v5 - id: versions