This is best served by other actions, or by the user itself:
|
- name: Remove unwanted stuff to free up disk image |
|
shell: bash |
|
run: | |
|
sudo rm -rf /usr/share/dotnet |
|
sudo rm -rf /usr/local/lib/android |
|
sudo rm -rf /opt/ghc |
|
sudo rm -rf "/usr/local/share/boost" |
|
sudo rm -rf /opt/hostedtoolcache/CodeQL |
|
|
|
sudo docker image prune --all --force |
|
|
|
sudo swapoff -a |
|
sudo rm -f /mnt/swapfile |
This is best served by other actions, or by the user itself:
minp-github-action/action.yml
Lines 17 to 29 in 2cc2b89