CI: do not uninstall java from VM

Should fix https://github.com/termux/termux-packages/pull/4845/checks?check_run_id=490861673 ?
This commit is contained in:
Leonid Pliushch 2020-03-06 21:07:13 +02:00
parent 14a75ab602
commit 6804040afa

View File

@ -27,8 +27,7 @@ jobs:
- name: Free additional disk space on host
run: |
sudo apt purge -yq $(dpkg -l | grep '^ii' | awk '{ print $2 }' | grep -P '(cabal-|dotnet-|ghc-|libmono|php)') \
java-common liblldb-6.0 libllvm6.0:amd64 liblxc-common libx11-6:amd64 mono-runtime-common monodoc-manual \
powershell ruby
liblldb-6.0 libllvm6.0:amd64 liblxc-common libx11-6:amd64 mono-runtime-common monodoc-manual powershell ruby
sudo apt autoremove -yq
- name: Build
run: |