From 551534418d7ae836938914fb1ab89b17efc13fb8 Mon Sep 17 00:00:00 2001 From: Andrzej Janik Date: Thu, 25 Sep 2025 23:29:51 +0000 Subject: [PATCH] Free even more space --- .github/workflows/pr_master.yml | 16 ---------------- .github/workflows/push_master.yml | 16 ---------------- 2 files changed, 32 deletions(-) diff --git a/.github/workflows/pr_master.yml b/.github/workflows/pr_master.yml index b44bc17..c2ceb6d 100644 --- a/.github/workflows/pr_master.yml +++ b/.github/workflows/pr_master.yml @@ -25,14 +25,6 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: jlumbroso/free-disk-space@v1.3.1 - with: - # Removing Android, .NET, docker stuff should be enough - android: true - dotnet: true - docker-images: true - haskell: false - large-packages: false - swap-storage: false - uses: actions/checkout@v4 with: submodules: true @@ -80,14 +72,6 @@ jobs: test_package: ${{ steps.upload_artifacts.outputs.artifact-id }} steps: - uses: jlumbroso/free-disk-space@v1.3.1 - with: - # Removing Android, .NET, docker stuff should be enough - android: true - dotnet: true - docker-images: true - haskell: false - large-packages: false - swap-storage: false - uses: actions/checkout@v4 with: submodules: true diff --git a/.github/workflows/push_master.yml b/.github/workflows/push_master.yml index 40c39f4..1fdee90 100644 --- a/.github/workflows/push_master.yml +++ b/.github/workflows/push_master.yml @@ -19,14 +19,6 @@ jobs: contents: write steps: - uses: jlumbroso/free-disk-space@v1.3.1 - with: - # Removing Android, .NET, docker stuff should be enough - android: true - dotnet: true - docker-images: true - haskell: false - large-packages: false - swap-storage: false - uses: actions/checkout@v4 # fetch-depth and fetch-tags are required to properly tag pre-release builds with: @@ -118,14 +110,6 @@ jobs: test_package: ${{ steps.upload_artifacts.outputs.artifact-id }} steps: - uses: jlumbroso/free-disk-space@v1.3.1 - with: - # Removing Android, .NET, docker stuff should be enough - android: true - dotnet: true - docker-images: true - haskell: false - large-packages: false - swap-storage: false - uses: actions/checkout@v4 with: submodules: true