mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-23 03:05:07 +00:00
Attempt to further minimize size of GH CI
This commit is contained in:
parent
04f9a1fa31
commit
7492adc473
1 changed files with 6 additions and 1 deletions
|
@ -23,10 +23,15 @@ runs:
|
|||
- name: Remove unused packages
|
||||
shell: bash
|
||||
run: |
|
||||
sudo apt remove -y *powershell* *bazel* *nodejs* *npm* *yarn* *terraform* *firefox* *chromium* *qemu* *sqlite3* *texinfo* *imagemagick*
|
||||
sudo apt remove -y *msbuild* *powershell* *nuget* *homebrew* *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 autoremove -y
|
||||
sudo apt update
|
||||
sudo apt install python3 python3-pip -y
|
||||
sudo apt clean
|
||||
docker system prune -a --volumes
|
||||
|
||||
- name: Install Protobuf
|
||||
uses: arduino/setup-protoc@a8b67ba40b37d35169e222f3bb352603327985b6
|
||||
|
|
Loading…
Reference in a new issue