From b5750d8c169d27b50ac0024ce346a2eafca7074d Mon Sep 17 00:00:00 2001 From: "sandipsamal117@gmail.com" Date: Thu, 4 Apr 2024 21:35:07 -0400 Subject: [PATCH] increase build space for CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 41d605d..b408b60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: uses: easimon/maximize-build-space@6ae56c86ea8db291ae39f62352a412c36ab8179b with: root-reserve-mb: 8192 # space needed for logs - swap-size-mb: 1 # must be >0 + swap-size-mb: 1024 # must be >0 build-mount-path: /var/lib/docker remove-dotnet: 'true' remove-android: 'true'