From 685b99eba50f5116606fc6231b4f42ea10246fcc Mon Sep 17 00:00:00 2001 From: Ivan Vershigora Date: Thu, 25 Jul 2024 20:40:24 +0300 Subject: [PATCH] fix: run jlumbroso/free-disk-space@main with tool-cache: true --- .github/workflows/ci.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ddb8e0ba..59c59e252 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,9 +66,7 @@ jobs: - name: Free Disk Space uses: jlumbroso/free-disk-space@main with: - # this might remove tools that are actually needed, - # if set to "true" but frees about 6 GB - tool-cache: false + tool-cache: true android: false dotnet: true haskell: true @@ -133,11 +131,6 @@ jobs: - name: Build run: npm run e2e:release-build - - name: Another space cleanup - run: | - rm -r -f ~/.npm/ - rm -r -f ~/.gradle/ - - name: Run tests uses: reactivecircus/android-emulator-runner@v2 with: