File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 6666 run :
6767 shell : bash
6868 steps :
69+ - name : Maximize space
70+ uses : easimon/maximize-build-space@v10
71+ with :
72+ root-reserve-mb : 20000
73+ swap-size-mb : 1024
74+ remove-dotnet : ' true'
75+ remove-android : ' true'
76+ remove-haskell : ' true'
77+ build-mount-path : /var/lib/docker/
6978 - name : Checkout code
7079 uses : actions/checkout@v4.2.2
7180 with :
Original file line number Diff line number Diff line change 7777 run :
7878 shell : bash
7979 steps :
80+ - name : Maximize space
81+ uses : easimon/maximize-build-space@v10
82+ with :
83+ root-reserve-mb : 20000
84+ swap-size-mb : 1024
85+ remove-dotnet : ' true'
86+ remove-android : ' true'
87+ remove-haskell : ' true'
88+ build-mount-path : /var/lib/docker/
8089 - name : Checkout code
8190 uses : actions/checkout@v4.2.2
8291 with :
You can’t perform that action at this time.
0 commit comments