File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -68,21 +68,21 @@ jobs:
6868 runs-on : ubuntu-latest
6969
7070 steps :
71- - name : Free Disk Space (Ubuntu)
72- uses : jlumbroso/free-disk-space@main
73- with :
71+ # - name: Free Disk Space (Ubuntu)
72+ # uses: jlumbroso/free-disk-space@main
73+ # with:
7474 # this might remove tools that are actually needed,
7575 # if set to "true" but frees about 6 GB
76- tool-cache : true
76+ # tool-cache: true
7777
7878 # all of these default to true, but feel free to set to
7979 # "false" if necessary for your workflow
80- android : true
81- dotnet : true
82- haskell : true
83- large-packages : false
84- docker-images : true
85- swap-storage : false
80+ # android: true
81+ # dotnet: true
82+ # haskell: true
83+ # large-packages: false
84+ # docker-images: true
85+ # swap-storage: false
8686
8787 - name : Clone
8888 id : checkout
You can’t perform that action at this time.
0 commit comments