Fix "No space left on device" in build job (#482)

This commit is contained in:
Mike Edmunds
2025-07-26 01:05:07 -07:00
committed by Jakub Chrzanowski
parent a1b47a36de
commit 2430382824
3 changed files with 22 additions and 0 deletions

View File

@@ -18,6 +18,13 @@ jobs:
pull-requests: write
steps:
# Free GitHub Actions Environment Disk Space
- name: Maximize Build Space
uses: jlumbroso/free-disk-space@v1.3.1
with:
tool-cache: false
large-packages: false
# Check out the current repository
- name: Fetch Sources
uses: actions/checkout@v4