From 31df3bfee112c91ee7493bc2e4c9b7e4575d7511 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Harboe?= Date: Wed, 16 Oct 2024 15:49:08 +0200 Subject: [PATCH] github: running jlumbroso/free-disk-space@main slows things down and is unecessary MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Øyvind Harboe --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d74bc9cf..9c4c9574 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,10 +89,6 @@ jobs: env: DEBIAN_FRONTEND: "noninteractive" steps: - - name: Free Disk Space (Ubuntu) - uses: jlumbroso/free-disk-space@main - with: - swap-storage: false - name: Checkout bazel-orfs uses: actions/checkout@v4 - name: Run target