Skip to content

Commit

Permalink
feat: free runner space
Browse files Browse the repository at this point in the history
  • Loading branch information
vaggeliskls authored Nov 25, 2023
1 parent 164e029 commit a1b72bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ jobs:
- name: Remove unnecessary files
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /usr/local/lib/android
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
sudo apt-get remove -y '^aspnetcore-.*' '^dotnet-.*' '^llvm-.*' 'php.*' '^mongodb-.*' '^mysql-.*' --fix-missing
sudo apt-get remove -y google-cloud-cli google-cloud-sdk azure-cli google-chrome-stable firefox powershell mono-devel libgl1-mesa-dri --fix-missing
- name: Checkout current repository
uses: actions/checkout@v4
Expand Down

0 comments on commit a1b72bc

Please sign in to comment.