From 14fdfe07353b27ab2d6bd2f47c138fbd798e2eaf Mon Sep 17 00:00:00 2001 From: Willem Deconinck Date: Fri, 14 Feb 2025 09:08:18 +0100 Subject: [PATCH] Do not remove as much from to save time --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 17ef23405..dd64900eb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -177,8 +177,8 @@ jobs: android: true dotnet: true haskell: true - large-packages: true - docker-images: true + large-packages: false # takes too long + docker-images: false # takes too long swap-storage: true - name: Retrieve cached dependencies