Skip to content

Commit

Permalink
Fix removing uninstalled packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Hartnell committed Aug 14, 2024
1 parent a9efb44 commit 685211d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_tube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
rm -rf /usr/share/dotnet/
sudo apt-get remove -y 'php.*'
sudo apt-get remove -y '^dotnet-.*'
sudo apt-get remove -y azure-cli google-cloud-sdk hhvm google-chrome-stable powershell mono-devel
sudo apt-get remove -y azure-cli firefox powershell mono-devel
sudo apt-get autoremove -y
sudo apt-get clean
df -h
Expand Down

0 comments on commit 685211d

Please sign in to comment.