File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 44
44
fail-fast : false
45
45
matrix : ${{fromJSON(needs.generate-matrix.outputs.matrix)}}
46
46
steps :
47
+ - name : Free Disk Space (Ubuntu)
48
+ uses : jlumbroso/free-disk-space@main
49
+ with :
50
+ # this might remove tools that are actually needed,
51
+ # if set to "true" but frees about 6 GB
52
+ tool-cache : true
53
+
54
+ # all of these default to true, but feel free to set to
55
+ # "false" if necessary for your workflow
56
+ android : true
57
+ dotnet : true
58
+ haskell : true
59
+ large-packages : true
60
+ docker-images : true
61
+ swap-storage : true
47
62
-
48
63
name : Checkout
49
64
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 42
42
- " 3.0.2"
43
43
44
44
steps :
45
+ - name : Free Disk Space (Ubuntu)
46
+ uses : jlumbroso/free-disk-space@main
47
+ with :
48
+ # this might remove tools that are actually needed,
49
+ # if set to "true" but frees about 6 GB
50
+ tool-cache : true
51
+
52
+ # all of these default to true, but feel free to set to
53
+ # "false" if necessary for your workflow
54
+ android : true
55
+ dotnet : true
56
+ haskell : true
57
+ large-packages : true
58
+ docker-images : true
59
+ swap-storage : true
45
60
-
46
61
name : Checkout
47
62
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments