Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wind57 committed Sep 26, 2023
1 parent 5c244f5 commit 6810e8f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/composites/clean-space/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@ runs:
shell: bash
run: |
sudo apt-get update
gcloud info
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-cloud-sdk 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
Expand All @@ -16,5 +23,5 @@ runs:
android: true
dotnet: true
haskell: true
large-packages: true
large-packages: false
swap-storage: true

0 comments on commit 6810e8f

Please sign in to comment.