File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ jobs:
2828 - name : Free Disk Space (Ubuntu)
2929 uses : jlumbroso/free-disk-space@main
3030 with :
31- # this might remove tools that are actually needed,
32- # if set to "true" but frees about 6 GB
31+ # This might remove tools that are actually needed, if set to "true" but frees about 6 GB
3332 tool-cache : false
34- # all of these default to true, but we should only need the 'android' one (and maybe swap-storage?)
33+ # All of these default to true, but we should only need the 'android' one (and maybe swap-storage?)
3534 android : false
3635 dotnet : true
3736 haskell : true
38- large-packages : true
37+ # This takes way too long to run
38+ large-packages : false
3939 docker-images : true
4040 swap-storage : false
4141
You can’t perform that action at this time.
0 commit comments