Attempt to further minimize size of GH CI

This commit is contained in:
Luke Parker 2023-10-11 01:17:50 -04:00
parent 04f9a1fa31
commit 7492adc473
No known key found for this signature in database

View file

@ -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