Skip to content

Commit

Permalink
[CI BUILD] Add snap removal
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeage committed Oct 11, 2023
1 parent 3039ebe commit ad803fe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad803fe

Please sign in to comment.