Manually reinstall python3 after removing most packages

This commit is contained in:
Luke Parker 2023-10-10 22:29:25 -04:00
parent 83b7146e1a
commit 44ca5e6520
No known key found for this signature in database

View file

@ -22,7 +22,10 @@ runs:
steps: steps:
- name: Remove unused packages - name: Remove unused packages
shell: bash shell: bash
run: sudo apt remove -y *powershell* *bazel* *nodejs* *npm* *yarn* *terraform* *firefox* *chromium* *qemu* *texinfo* *sqlite3* *imagemagick* && sudo apt autoremove -y run: |
sudo apt remove -y *powershell* *bazel* *nodejs* *npm* *yarn* *terraform* *firefox* *chromium* *qemu* *texinfo* *imagemagick*
sudo apt autoremove -y
sudo apt install python3 -y
- name: Install Protobuf - name: Install Protobuf
uses: arduino/setup-protoc@a8b67ba40b37d35169e222f3bb352603327985b6 uses: arduino/setup-protoc@a8b67ba40b37d35169e222f3bb352603327985b6