mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-02-04 10:35:35 +00:00
ci(homebrew): free runner space on Linux (#4477)
This commit is contained in:
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user