Revert "ci: fix packages list"

This reverts commit 0c92e85834.
This commit is contained in:
Chongyun Lee 2022-09-12 22:54:40 +08:00
parent 7204e671aa
commit 30ec184fb6
No known key found for this signature in database
GPG Key ID: 379E4F5EB8CD7985
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ jobs:
if grep -q '^clvk$\|^dart$\|^rust$\|^rustc-nightly$' ./built_termux-main_packages.txt; then
echo "Free additional disk space on host"
sudo apt purge -yq $(dpkg -l | grep '^ii' | awk '{ print $2 }' | grep -P '(cabal-|dotnet-|ghc-|libmono|php)') \
mono-runtime-common monodoc-manual powershell ruby
liblldb-6.0 libllvm6.0:amd64 mono-runtime-common monodoc-manual powershell ruby
sudo apt autoremove -yq
sudo rm -rf /opt/hostedtoolcache /usr/local /usr/share/dotnet /usr/share/swift
fi