Skip to content

Commit

Permalink
Remove patterns matching packages smaller than 100MB
Browse files Browse the repository at this point in the history
  • Loading branch information
nineinchnick authored and wendigo committed Oct 1, 2024
1 parent b116128 commit 8d07b12
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/bin/free-disk-space.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,9 @@ function free_up_disk_space_ubuntu()
'google-cloud-*'
'libmono-*'
'llvm-*'
'imagemagick'
'postgresql-*'
'unixodbc-dev'
'mercurial'
'mysql-server-core-*'
'php-*'
'powershell*'
'microsoft-edge*'
'subversion')
'microsoft-edge*')

for package in "${packages[@]}"; do
mapfile -t installed_packages < <(list_installed_packages "${package}")
Expand Down

0 comments on commit 8d07b12

Please sign in to comment.