fix: enable maximize build space to fix out of space error in build workflow
This commit is contained in:
parent
147a0098a8
commit
af4823a730
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -34,4 +34,4 @@ jobs:
|
|||
pr_event_number: ${{ github.event.number }}
|
||||
|
||||
# enabled by default, disable if your image is small and you want faster builds
|
||||
maximize_build_space: false
|
||||
maximize_build_space: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue