From 36d5b3623b209fa127da264186753312acfadee4 Mon Sep 17 00:00:00 2001 From: Jirka Kremser Date: Tue, 28 May 2024 14:09:14 +0200 Subject: [PATCH] Allocate more space on the vm Signed-off-by: Jirka Kremser --- .github/workflows/stable-diff-images.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stable-diff-images.yaml b/.github/workflows/stable-diff-images.yaml index 1ccfd86..c2f2dbe 100644 --- a/.github/workflows/stable-diff-images.yaml +++ b/.github/workflows/stable-diff-images.yaml @@ -48,6 +48,7 @@ jobs: uses: easimon/maximize-build-space@master with: swap-size-mb: 2048 + root-reserve-mb: 16384 remove-dotnet: 'true' remove-android: 'true' - name: Checkout code