Skip to content

Commit

Permalink
start removin some packages
Browse files Browse the repository at this point in the history
  • Loading branch information
grg-haas committed Mar 29, 2024
1 parent b4818a0 commit aedad15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ jobs:
- name: Clear storage space on runner
run: |
# Miscellaneous chunky packages
sudo apt remove -y 'dotnet*' 'temurin*' 'llvm*' \
'google-cloud-cli' 'azure-cli' \
'microsoft-edge-stable google-chrome-stable'
sudo apt autoremove
dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -n
# 8.4G: Contains a bunch of cached tools (none of which we use)
Expand Down

0 comments on commit aedad15

Please sign in to comment.