mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-08 20:09:54 +00:00
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:
parent
3261fde853
commit
ed90d1752a
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue