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: