Skip to content

Commit

Permalink
Merge branch '3.0.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjbaxter committed Sep 29, 2023
2 parents 7b262ee + ad9cf8c commit 8bf7a32
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions .github/workflows/composites/clean-space/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,12 @@ runs:
using: "composite"
steps:

### this is supposed to be simpler, but it's a work-around for:
### https://github.com/jlumbroso/free-disk-space/issues/14

- name: manually remove gcloud
shell: bash
run: sudo apt-get remove google-cloud-cli

- name: same as 'large-packages' but without 'google-cloud-sdk'
shell: bash
run: |
sudo apt-get remove -y '^dotnet-.*'
sudo apt-get remove -y '^llvm-.*'
sudo apt-get remove -y 'php.*'
sudo apt-get remove -y '^mongodb-.*'
sudo apt-get remove -y '^mysql-.*'
sudo apt-get remove -y azure-cli google-chrome-stable firefox powershell mono-devel libgl1-mesa-dri
sudo apt-get autoremove -y
sudo apt-get clean
- name: Free Disk Space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: true
android: true
dotnet: true
haskell: true
large-packages: false
large-packages: true
swap-storage: true

0 comments on commit 8bf7a32

Please sign in to comment.