mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
free disk space to build
This commit is contained in:
parent
a7006af5ad
commit
654009ba74
6
.github/workflows/arrow-aws.yml
vendored
6
.github/workflows/arrow-aws.yml
vendored
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user