We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bd4642 commit 0c5f11bCopy full SHA for 0c5f11b
.github/workflows/build.yml
@@ -200,7 +200,7 @@ jobs:
200
sudo apt-get remove -y 'firefox'
201
sudo apt-get remove -y 'powershell'
202
sudo apt-get remove -y 'libgl1-mesa-dri'
203
- sudo apt-get remove -Y 'android-sdk-.*'
+ sudo apt-get remove -y '^mysql-.*'
204
sudo apt-get autoremove -y && sudo apt-get clean
205
sudo rm -rf /home/packer # Free up 677M
206
sudo rm -rf /opt/az # Free up 649M
0 commit comments