free disk space to build

This commit is contained in:
Noah Masur 2024-05-06 15:08:37 -04:00
parent a7006af5ad
commit 654009ba74
No known key found for this signature in database

View File

@ -42,6 +42,12 @@ jobs:
- name: Checkout Repo Code - name: Checkout Repo Code
uses: actions/checkout@v4 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 # Enable access to KVM, required to build an image
- name: Enable KVM group perms - name: Enable KVM group perms
if: inputs.rebuild && inputs.action != 'destroy' if: inputs.rebuild && inputs.action != 'destroy'