File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 16
16
contents : read
17
17
packages : write
18
18
steps :
19
+ - name : Free Disk Space (Ubuntu)
20
+ uses : jlumbroso/free-disk-space@v1.3.1
21
+ with :
22
+ # this might remove tools that are actually needed,
23
+ # if set to "true" but frees about 6 GB
24
+ tool-cache : false
25
+
26
+ # all of these default to true, but feel free to set to
27
+ # "false" if necessary for your workflow
28
+ android : false
29
+ dotnet : false
30
+ haskell : false
31
+ large-packages : true
32
+ docker-images : true
33
+ swap-storage : true
34
+
19
35
- name : Checkout Repository
20
36
uses : actions/checkout@v4
21
37
50
66
tags : ${{ steps.meta.outputs.tags }}
51
67
labels : ${{ steps.meta.outputs.labels }}
52
68
cache-from : type=gha
53
- cache-to : type=gha,mode=max
69
+ cache-to : type=gha,mode=max
You can’t perform that action at this time.
0 commit comments