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:
mike12345567 2023-10-12 10:03:47 +01:00
parent 025e660674
commit eea31893cf
1 changed files with 1 additions and 1 deletions

View File

@ -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'