File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 45
45
env :
46
46
GITHUB_REF_NAME : ${{ github.ref_name }}
47
47
steps :
48
+ - name : Free Disk Space
49
+ uses : jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
50
+ with :
51
+ # This might remove tools that are actually needed, if set to "true" but
52
+ # frees about 6 GB.
53
+ tool-cache : false
54
+
55
+ # All of these default to true, but feel free to set to "false" if
56
+ # necessary for your workflow.
57
+ android : true
58
+ dotnet : true
59
+ haskell : true
60
+ large-packages : true
61
+ docker-images : true
62
+ swap-storage : true
63
+
48
64
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
49
65
- uses : docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3.4.0
50
66
# As of 2024-04-08 this throws
You can’t perform that action at this time.
0 commit comments