Skip to content

Commit

Permalink
more packages
Browse files Browse the repository at this point in the history
  • Loading branch information
grg-haas committed Mar 29, 2024
1 parent aedad15 commit 9830fd3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +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 remove -y 'dotnet*' 'temurin*' 'llvm*' 'libclang*' 'mono*' \
'google-cloud-cli' 'azure-cli' 'powershell' 'msbuild' \
'microsoft-edge-stable' 'google-chrome-stable' 'firefox' \
sudo apt autoremove
dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -n
Expand Down

0 comments on commit 9830fd3

Please sign in to comment.