ci: fix packages list

This commit is contained in:
Chongyun Lee 2022-09-12 22:24:30 +08:00
parent 8a957b5116
commit 0c92e85834
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)') \
liblldb-6.0 libllvm6.0:amd64 mono-runtime-common monodoc-manual powershell ruby
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