From 2f4abb841e0adfe383d8f4bcb13483dba98650a8 Mon Sep 17 00:00:00 2001 From: Matteo Bunino Date: Wed, 6 Nov 2024 15:01:08 +0100 Subject: [PATCH] overprovision --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a3f50f80..31aaabfc4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,7 @@ jobs: uses: easimon/maximize-build-space@v10 with: root-reserve-mb: 50000 # Reserve 30 GBs for docker cache on / location + overprovision-lvm: true remove-dotnet: true remove-android: true remove-haskell: true