Skip to content

Commit c33c310

Browse files
committed
clean release
1 parent db23d35 commit c33c310

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/build.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,21 @@ jobs:
146146

147147

148148
steps:
149+
- name: Free Disk Space (Ubuntu)
150+
uses: jlumbroso/free-disk-space@main
151+
with:
152+
# this might remove tools that are actually needed,
153+
# if set to "true" but frees about 6 GB
154+
tool-cache: true
155+
156+
# all of these default to true, but feel free to set to
157+
# "false" if necessary for your workflow
158+
android: true
159+
dotnet: true
160+
haskell: true
161+
large-packages: true
162+
docker-images: true
163+
swap-storage: true
149164
- name: Clone
150165
id: checkout
151166
uses: actions/checkout@v4

0 commit comments

Comments
 (0)