File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change 6565 os : ["ubuntu-latest"]
6666
6767 steps :
68- - name : " Check disk space"
69- run : df . -h
70-
71- - name : " Free disk space"
72- run : |
73- sudo rm -rf \
74- /usr/share/dotnet /usr/local/lib/android /opt/ghc \
75- /usr/local/share/powershell /usr/share/swift /usr/local/.ghcup \
76- /usr/lib/jvm || true
7768
7869 - name : " Check disk space"
7970 run : df . -h
Original file line number Diff line number Diff line change 4444 os : ["ubuntu-latest"]
4545
4646 steps :
47- - name : " Check disk space"
48- run : df . -h
49-
50- - name : " Free disk space"
51- run : |
52- sudo rm -rf \
53- /usr/share/dotnet /usr/local/lib/android /opt/ghc \
54- /usr/local/share/powershell /usr/share/swift /usr/local/.ghcup \
55- /usr/lib/jvm || true
5647
5748 - name : " Check disk space"
5849 run : df . -h
You can’t perform that action at this time.
0 commit comments