File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -197,6 +197,31 @@ jobs:
197197 with :
198198 go-version-file : go.mod
199199 cache-dependency-path : " **/*.sum"
200+ - name : Free up runner disk space # this is much faster than .github/actions/free-disk-space
201+ run : |
202+ df -h
203+ sudo rm -rf \
204+ /usr/share/swift \
205+ /usr/share/dotnet \
206+ /usr/lib/jvm \
207+ /usr/local/share/boost \
208+ /usr/local/lib/heroku \
209+ /usr/local/julia* \
210+ /usr/local/.ghcup \
211+ /usr/local/share/powershell \
212+ /usr/local/bin/aliyun \
213+ /usr/local/bin/azcopy \
214+ /usr/local/bin/bicep \
215+ /usr/local/bin/cpack \
216+ /usr/local/bin/hub \
217+ /usr/local/bin/minikube \
218+ /usr/local/bin/packer \
219+ /usr/local/bin/pulumi* \
220+ /usr/local/bin/sam \
221+ /usr/local/bin/stack \
222+ /usr/local/bin/terraform \
223+ /usr/local/bin/oc
224+ df -h
200225 - name : Install kind
201226 uses : helm/kind-action@7cd7463a0995e35ab5d0f2c119f892514f3a3778
202227 with :
You can’t perform that action at this time.
0 commit comments