Skip to content

Commit 2018568

Browse files
authored
[github actions] changed root-reserve size (#1786)
## Summary Github action ubuntu image has been reduced. This fixes the error with Maximize build disk space step. ## How was it tested? github actions
1 parent b390352 commit 2018568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cli-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
uses: easimon/maximize-build-space@v8
148148
if: matrix.os == 'ubuntu-latest'
149149
with:
150-
root-reserve-mb: 40000
150+
root-reserve-mb: 32768
151151
temp-reserve-mb: 10000
152152
remove-dotnet: true
153153
remove-android: true

0 commit comments

Comments
 (0)