mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-16 17:07:35 +00:00
Manually reinstall python3 after removing most packages
This commit is contained in:
parent
83b7146e1a
commit
44ca5e6520
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue