Skip to content

Commit cb683ff

Browse files
committed
ci(github-actions): free disk space in build workflow
Add step to maximize available disk space in GitHub Actions by using jlumbroso/free-disk-space before fetching sources.
1 parent 6528a72 commit cb683ff

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,13 @@ jobs:
117117
continue-on-error: true
118118
steps:
119119
# Check out the current repository
120+
# Free GitHub Actions Environment Disk Space
121+
- name: Maximize Build Space
122+
uses: jlumbroso/free-disk-space@main
123+
with:
124+
tool-cache: false
125+
large-packages: false
126+
120127
- name: Fetch Sources
121128
uses: actions/checkout@v4
122129

0 commit comments

Comments
 (0)