Skip to content

Commit

Permalink
Clean up disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
wjz304 committed Oct 16, 2023
1 parent 818553c commit 1fdd8a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
# Clean up disk space
docker rmi $(docker images -q)
sudo apt update
sudo apt -y purge azure-cli* docker* llvm* google* dotnet* powershell* sphinxsearch* mysql* php*
sudo apt -y full-upgrade
sudo apt update
sudo apt install -y jq gawk gettext libelf-dev qemu-utils
Expand Down

0 comments on commit 1fdd8a7

Please sign in to comment.