Skip to content

Commit

Permalink
autoclean
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Oct 21, 2024
1 parent 61b1b8c commit 613ed6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/scripts/free_disk_space.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ sudo apt-get remove --purge -y \
snapd google-chrome-stable microsoft-edge-stable firefox \
azure-cli google-cloud-sdk mono-devel msbuild powershell libgl1-mesa-dri
sudo apt-get autoremove --purge -y \
&& sudo apt-get clean
&& sudo apt-get clean \
&& sudo apt-get autoclean

df -h

Expand Down

0 comments on commit 613ed6b

Please sign in to comment.