Skip to content

Commit 93f13dd

Browse files
committed
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 micropython#18290. Signed-off-by: Damien George <damien@micropython.org>
1 parent 9999553 commit 93f13dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ports_zephyr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,14 @@ jobs:
2828
- uses: jlumbroso/free-disk-space@main
2929
with:
3030
# Only free up a few things so this step runs quickly.
31+
# (android would save 9.6GiB, but takes about 13m)
32+
# (large-packages would save 4.6GiB, but takes about 3m)
3133
android: false
3234
dotnet: true
3335
haskell: true
3436
large-packages: false
3537
docker-images: false
38+
tool-cache: true
3639
swap-storage: false
3740
- uses: actions/checkout@v5
3841
- id: versions

0 commit comments

Comments
 (0)