mirror of
https://github.com/serai-dex/serai.git
synced 2025-03-12 09:26:51 +00:00
Also reinstall python3-pip
This commit is contained in:
parent
b2d6a85ac0
commit
22371a6585
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ runs:
|
|||
run: |
|
||||
sudo apt remove -y *powershell* *bazel* *nodejs* *npm* *yarn* *terraform* *firefox* *chromium* *qemu* *sqlite3* *texinfo* *imagemagick*
|
||||
sudo apt autoremove -y
|
||||
sudo apt install python3 -y
|
||||
sudo apt update
|
||||
sudo apt install python3 python3-pip -y
|
||||
|
||||
- name: Install Protobuf
|
||||
uses: arduino/setup-protoc@a8b67ba40b37d35169e222f3bb352603327985b6
|
||||
|
|
Loading…
Reference in a new issue