Skip to content

Commit

Permalink
merged with main
Browse files Browse the repository at this point in the history
  • Loading branch information
gianfra-t committed Feb 28, 2024
2 parents cda5ffe + 4dda8b6 commit 04583a8
Show file tree
Hide file tree
Showing 29 changed files with 4,882 additions and 1,687 deletions.
15 changes: 14 additions & 1 deletion .github/workflows/test-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,25 @@ jobs:
steps:
- name: Freeing up more disk space
run: |
sudo swapoff -a
sudo rm -f /mnt/swapfile
free -h
docker rmi $(docker image ls -aq)
sudo rm -rf /usr/local/lib/android # will release about 10 GB if you don't need Android
sudo rm -rf /usr/share/dotnet # will release about 20GB if you don't need .NET
sudo rm -rf /opt/ghc
sudo rm -rf /usr/local/share/boost
sudo rm -rf /opt/hostedtoolcache/CodeQL
sudo rm -rf /opt/hostedtoolcache
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
sudo apt-get remove -y 'php.*' --fix-missing
sudo apt-get remove -y '^mongodb-.*' --fix-missing
sudo apt-get remove -y '^mysql-.*' --fix-missing
sudo apt-get remove -y azure-cli google-chrome-stable firefox powershell mono-devel libgl1-mesa-dri --fix-missing
sudo apt-get remove -y google-cloud-sdk --fix-missing
sudo apt-get remove -y google-cloud-cli --fix-missing
sudo apt-get autoremove -y
sudo apt-get clean
df -h
- name: Install package
run: |
Expand Down
Loading

0 comments on commit 04583a8

Please sign in to comment.