Minimal CI Attempts (#393)

* Add quotes around globs

* Don't remove current kernel

* Remove nvm due to nvme, go -> golang
This commit is contained in:
Luke Parker 2023-10-11 02:11:34 -04:00 committed by GitHub
parent 3261fde853
commit ed90d1752a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,10 +23,10 @@ runs:
- name: Remove unused packages
shell: bash
run: |
sudo apt remove -y *msbuild* *powershell* *nuget* *bazel* *ansible* *terraform* *heroku* *aws* *azure*
sudo apt remove -y *nvm* *nodejs* *npm* *yarn* *java* *kotlin* *go* *swift* *julia* *fortran* *android*
sudo apt remove -y *apache2* *nginx* *firefox* *chromium* *chrome* *edge*
sudo apt remove -y *qemu* *sql* *texinfo* *imagemagick*
sudo apt remove -y "*msbuild*" "*powershell*" "*nuget*" "*bazel*" "*ansible*" "*terraform*" "*heroku*" "*aws*" azure-cli
sudo apt remove -y "*nodejs*" "*npm*" "*yarn*" "*java*" "*kotlin*" "*golang*" "*swift*" "*julia*" "*fortran*" "*android*"
sudo apt remove -y "*apache2*" "*nginx*" "*firefox*" "*chromium*" "*chrome*" "*edge*"
sudo apt remove -y "*qemu*" "*sql*" "*texinfo*" "*imagemagick*"
sudo apt autoremove -y
sudo apt update
sudo apt install python3 python3-pip -y