fix: enable maximize build space to fix out of space error in build workflow

This commit is contained in:
badblocks 2025-11-18 19:15:53 -08:00
parent 147a0098a8
commit af4823a730
No known key found for this signature in database

View file

@ -34,4 +34,4 @@ jobs:
pr_event_number: ${{ github.event.number }} pr_event_number: ${{ github.event.number }}
# enabled by default, disable if your image is small and you want faster builds # enabled by default, disable if your image is small and you want faster builds
maximize_build_space: false maximize_build_space: true