From ad803fe814c9718787bc7269a7793e8ac08af1de Mon Sep 17 00:00:00 2001 From: Mike Miller Date: Wed, 11 Oct 2023 19:38:14 +0300 Subject: [PATCH] [CI BUILD] Add snap removal --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eaa8310e2..726eadc62 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -239,10 +239,8 @@ jobs: rm -rf "$AGENT_TOOLSDIRECTORY" # Removes ~7GB echo "Disk space after cleanup" df -h / - apt info firefox - sudo apt-get remove -y firefox + sudo snap remove -y '^ghc-.*' '^dotnet-.*' azure-cli 'google-cloud-*' powershell google-chrome-stable firefox microsoft-edge-stable 'php.*' 'mongodb-*' 'mysql-*' 'mariadb-*' 'temurin-*' 'openjdk-*' default-jre-headless # Removes ~7.5 GB df -h / - apt info firefox - name: Checkout repository uses: actions/checkout@v4