Revert "CI: do not uninstall java from VM"

This reverts commit 37abc307c57a7cbe3f456b6b483943334eb1b837.
This commit is contained in:
Leonid Pliushch 2020-03-08 21:26:57 +02:00
parent 2ef2cd14fb
commit 4c1caf17e6

View File

@ -27,7 +27,8 @@ 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)') \
liblldb-6.0 libllvm6.0:amd64 liblxc-common libx11-6:amd64 mono-runtime-common monodoc-manual powershell ruby
java-common 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: |