ci(homebrew): free runner space on Linux (#4477)
This commit is contained in:
parent
7c6e43fb3d
commit
f244192555
1 changed files with 8 additions and 0 deletions
8
.github/workflows/ci-homebrew.yml
vendored
8
.github/workflows/ci-homebrew.yml
vendored
|
|
@ -48,6 +48,14 @@ jobs:
|
|||
os_name: "ubuntu"
|
||||
release: true
|
||||
steps:
|
||||
- name: More space
|
||||
if: runner.os == 'Linux'
|
||||
uses: LizardByte/actions/actions/more_space@v2025.1028.23217
|
||||
with:
|
||||
analyze-space-savings: true
|
||||
clean-all: true
|
||||
safe-packages: brew
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue