From 6698a4779aa70aea988fa28afa07e0236c4123f4 Mon Sep 17 00:00:00 2001 From: Nicola Omodei Date: Fri, 19 Aug 2022 07:58:45 -0700 Subject: [PATCH] Update test_and_build.yml --- .github/workflows/test_and_build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test_and_build.yml b/.github/workflows/test_and_build.yml index 7830cc3..e3f1648 100644 --- a/.github/workflows/test_and_build.yml +++ b/.github/workflows/test_and_build.yml @@ -34,9 +34,9 @@ jobs: - name: Maximize build space uses: easimon/maximize-build-space@master with: - root-reserve-mb: 100 - temp-reserve-mb: 100 - swap-size-mb: 4096 + #root-reserve-mb: 100 + #temp-reserve-mb: 100 + #swap-size-mb: 4096 remove-dotnet: 'true' remove-android: 'true' remove-haskell: 'true'