File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
.github/actions/freediskspace Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 3333 sudo apt-get autoremove -y || echo "::warning::The command [sudo apt-get autoremove -y] failed to complete successfully. Proceeding..."
3434 sudo apt-get clean || echo "::warning::The command [sudo apt-get clean] failed to complete successfully. Proceeding..."
3535 df -h /dev/root
36-
37- # We only use Xcode 16
38- - name : Remove unused applications
39- if : runner.os == 'macOS'
40- shell : bash
41- run : |
42- df -hI /dev/disk3s1s1
43- sudo rm -rf /Applications/Xcode_14.3.1.app
44- sudo rm -rf /Applications/Xcode_15.0.1.app
45- sudo rm -rf /Applications/Xcode_15.1.app
46- sudo rm -rf /Applications/Xcode_15.2.app
47- sudo rm -rf /Applications/Xcode_15.3.app
48- df -hI /dev/disk3s1s1
You can’t perform that action at this time.
0 commit comments