Revert "CI: do not uninstall java from VM"
This reverts commit 37abc307c57a7cbe3f456b6b483943334eb1b837.
This commit is contained in:
parent
2ef2cd14fb
commit
4c1caf17e6
3
.github/workflows/packages.yml
vendored
3
.github/workflows/packages.yml
vendored
@ -27,7 +27,8 @@ jobs:
|
|||||||
- name: Free additional disk space on host
|
- name: Free additional disk space on host
|
||||||
run: |
|
run: |
|
||||||
sudo apt purge -yq $(dpkg -l | grep '^ii' | awk '{ print $2 }' | grep -P '(cabal-|dotnet-|ghc-|libmono|php)') \
|
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
|
sudo apt autoremove -yq
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user