From b46b38c0421cdbe07827771c531a7529c7936adc Mon Sep 17 00:00:00 2001 From: omodei Date: Thu, 18 Aug 2022 17:55:45 -0700 Subject: [PATCH] Using v2 of cache action --- .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 50dece4..7830cc3 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: 1024 - #temp-reserve-mb: 1024 - #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'