diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 7d50986f7c..d0ab513b5b 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -24,9 +24,11 @@ jobs: - name: Maximize build space uses: easimon/maximize-build-space@v6 with: - root-reserve-mb: 2048 + root-reserve-mb: 10240 swap-size-mb: 1024 remove-dotnet: 'true' + remove-android: 'true' + remove-haskell: 'true' - name: Checkout Source code uses: actions/checkout@v2