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"
|
os_name: "ubuntu"
|
||||||
release: true
|
release: true
|
||||||
steps:
|
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
|
- name: Checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue