Skip to content

Commit 530d6e7

Browse files
authored
Free disk space
1 parent e5281b2 commit 530d6e7

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
@@ -148,6 +148,21 @@ jobs:
148148
base: [base]
149149
steps:
150150
- uses: actions/checkout@v2
151+
- name: Free Disk Space (Ubuntu)
152+
uses: jlumbroso/free-disk-space@main
153+
with:
154+
# this might remove tools that are actually needed,
155+
# if set to "true" but frees about 6 GB
156+
tool-cache: false
157+
158+
# all of these default to true, but feel free to set to
159+
# "false" if necessary for your workflow
160+
android: true
161+
dotnet: true
162+
haskell: true
163+
large-packages: true
164+
docker-images: true
165+
swap-storage: true
151166
- name: Build
152167
run: >
153168
docker build

0 commit comments

Comments
 (0)