Skip to content

Commit

Permalink
Remove patterns not matching any packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nineinchnick authored and wendigo committed Oct 1, 2024
1 parent 4d00585 commit b116128
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/bin/free-disk-space.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,18 @@ function free_up_disk_space_ubuntu()
local packages=(
'azure-cli'
'aspnetcore-*'
'dotnet-*'
'firefox*'
'google-chrome-*'
'google-cloud-*'
'libmono-*'
'llvm-*'
'imagemagick'
'postgresql-*'
'rubu-*'
'spinxsearch'
'unixodbc-dev'
'mercurial'
'esl-erlang'
'microsoft-edge-stable'
'mono-*'
'msbuild'
'mysql-server-core-*'
'php-*'
'php7*'
'powershell*'
'mongo*'
'microsoft-edge*'
'subversion')

Expand Down

0 comments on commit b116128

Please sign in to comment.