Skip to content

Commit 8bc73af

Browse files
committed
ci: compromise between free disk space and speed
1 parent 68e7f41 commit 8bc73af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/free-disk-space/action.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ runs:
77
if: runner.os == 'Linux'
88
uses: jlumbroso/free-disk-space@main
99
with:
10+
# We need to reclaim some space, but uninstalling everyting takes
11+
# too long. So we'll just remove some of the larger packages.
1012
android: true
1113
dotnet: true
1214
haskell: true
15+
large-packages: false

0 commit comments

Comments
 (0)