Skip to content

Commit 5ced99a

Browse files
authored
ci: more cleanup for workers
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent c377e61 commit 5ced99a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/image.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ jobs:
8383
sudo apt-get remove -y azure-cli || true
8484
sudo apt-get remove -y '^mongo.*-.*|^postgresql-.*|^mysql-.*|^mssql-.*' || true
8585
sudo apt-get remove -y '^gfortran-.*' || true
86+
sudo apt-get remove -y microsoft-edge-stable || true
87+
sudo apt-get remove -y firefox || true
88+
sudo apt-get remove -y powershell || true
89+
sudo apt-get remove -y r-base-core || true
8690
sudo apt-get autoremove -y
8791
sudo apt-get clean
8892
echo

0 commit comments

Comments
 (0)