Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
remove large dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Oct 13, 2023
1 parent 02d28d4 commit 79812cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rust-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@ jobs:
sudo apt-get remove -y azure-cli google-cloud-sdk hhvm google-chrome-stable firefox powershell mono-devel
sudo apt-get autoremove -y
sudo apt-get clean
df -h
echo "Removing large directories"
# deleting 15GB
rm -rf /usr/share/dotnet/
df -h
- name: add llvm deb repository
uses: myci-actions/add-deb-repo@10
with:
Expand Down

0 comments on commit 79812cf

Please sign in to comment.