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