From 654009ba74e7a77ae344e5888c93fc7a06dbc020 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Mon, 6 May 2024 15:08:37 -0400 Subject: [PATCH] free disk space to build --- .github/workflows/arrow-aws.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/arrow-aws.yml b/.github/workflows/arrow-aws.yml index 07a030e..dba1ac8 100644 --- a/.github/workflows/arrow-aws.yml +++ b/.github/workflows/arrow-aws.yml @@ -42,6 +42,12 @@ jobs: - name: Checkout Repo Code uses: actions/checkout@v4 + - name: Free Disk Space (Ubuntu) + if: inputs.rebuild && inputs.action != 'destroy' + uses: jlumbroso/free-disk-space@main + with: + tool-cache: true + # Enable access to KVM, required to build an image - name: Enable KVM group perms if: inputs.rebuild && inputs.action != 'destroy'