From 5ced99a8e790e7564859fa9701502bc7c45bb3c8 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sun, 22 Oct 2023 12:27:04 +0200 Subject: [PATCH] ci: more cleanup for workers Signed-off-by: Ettore Di Giacinto --- .github/workflows/image.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index d4e1f970..abc0304f 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -83,6 +83,10 @@ jobs: sudo apt-get remove -y azure-cli || true sudo apt-get remove -y '^mongo.*-.*|^postgresql-.*|^mysql-.*|^mssql-.*' || true sudo apt-get remove -y '^gfortran-.*' || true + sudo apt-get remove -y microsoft-edge-stable || true + sudo apt-get remove -y firefox || true + sudo apt-get remove -y powershell || true + sudo apt-get remove -y r-base-core || true sudo apt-get autoremove -y sudo apt-get clean echo