From ca52e1314117adc38fd123e8deee37e983b505c9 Mon Sep 17 00:00:00 2001 From: Maksim Kurnikov Date: Mon, 2 Dec 2024 22:31:36 +0100 Subject: [PATCH] remove old biggest space cloggers --- .github/workflows/check.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 06d8fa84..90eb8c2e 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -28,7 +28,6 @@ jobs: # all of these default to true, but feel free to set to # "false" if necessary for your workflow android: true - dotnet: true haskell: true large-packages: false docker-images: false @@ -57,19 +56,3 @@ jobs: - name: Verify plugin run: ./gradlew verifyPlugin - - name: Free Disk Space After (Ubuntu) - 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 - - # all of these default to true, but feel free to set to - # "false" if necessary for your workflow - android: true - dotnet: true - haskell: true - large-packages: true - docker-images: true - swap-storage: true -