Skip to content

Commit

Permalink
ci(build): add step to maximize build space
Browse files Browse the repository at this point in the history
Ensure sufficient disk space for GitHub Actions builds.
  • Loading branch information
nekofar committed Oct 6, 2024
1 parent e2b2664 commit 88ac274
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,13 @@ jobs:
tool-cache: false
large-packages: false

# Free GitHub Actions Environment Disk Space
- name: Maximize Build Space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
large-packages: false

# Check out the current repository
- name: Fetch Sources
uses: actions/[email protected]
Expand Down

0 comments on commit 88ac274

Please sign in to comment.