Trying to fix max-space size action as part of the single image release (required to create the space needed for both image builds.
This commit is contained in:
parent
025e660674
commit
eea31893cf
|
@ -18,7 +18,7 @@ jobs:
|
|||
- name: Maximize build space
|
||||
uses: easimon/maximize-build-space@master
|
||||
with:
|
||||
root-reserve-mb: 35000
|
||||
root-reserve-mb: 30000
|
||||
swap-size-mb: 1024
|
||||
remove-android: 'true'
|
||||
remove-dotnet: 'true'
|
||||
|
|
Loading…
Reference in New Issue