From 3567f33294f9ea58c4ffc6758dd600c542120555 Mon Sep 17 00:00:00 2001 From: Mike Miller Date: Wed, 11 Oct 2023 20:56:12 +0300 Subject: [PATCH] [CI BUILD] Add snap removal 2 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 726eadc62..c5e60ed93 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -239,7 +239,7 @@ jobs: rm -rf "$AGENT_TOOLSDIRECTORY" # Removes ~7GB echo "Disk space after cleanup" df -h / - 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 + sudo snap remove '^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 / - name: Checkout repository