File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 1616 - name : Free additional disk space
1717 run : |
1818 df -h
19- rm -rf /opt/hostedtoolcache/
19+ echo "Removing android..."
20+ rm -rf /usr/local/lib/android
21+ echo "Removing dotnet..."
22+ rm -rf /usr/share/dotnet
23+ echo "Removing haskell"
24+ rm -rf /opt/ghc
25+ echo "Removing tool cache..."
26+ rm -rf /opt/hostedtoolcache
2027 df -h
2128 - name : Checkout
2229 uses : actions/checkout@v4
4855 - name : Free additional disk space
4956 run : |
5057 df -h
51- rm -rf /opt/hostedtoolcache/
58+ echo "Removing android..."
59+ rm -rf /usr/local/lib/android
60+ echo "Removing dotnet..."
61+ rm -rf /usr/share/dotnet
62+ echo "Removing haskell"
63+ rm -rf /opt/ghc
64+ echo "Removing tool cache..."
65+ rm -rf /opt/hostedtoolcache
5266 df -h
5367 - name : Checkout
5468 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments