Skip to content

Commit 28d6e7b

Browse files
committed
add step to free disk space in CI workflow
1 parent 5cfd9a0 commit 28d6e7b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/CI.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,19 @@ jobs:
2323
install: true
2424
driver-opts: image=moby/buildkit:v0.10.3,network=host
2525

26+
- name: Free Disk Space (Ubuntu)
27+
uses: jlumbroso/free-disk-space@main
28+
with:
29+
# this might remove tools that are actually needed,
30+
# if set to "true" but frees about 6 GB
31+
tool-cache: false
32+
33+
android: true
34+
dotnet: true
35+
haskell: true
36+
large-packages: true
37+
docker-images: false
38+
swap-storage: true
2639
- name: Cache Docker layers
2740
uses: actions/cache@v3
2841
with:

0 commit comments

Comments
 (0)