Added protobuf-compiler to workflow
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
||||
- name: Install Prerequisites
|
||||
run: |
|
||||
apt update
|
||||
apt install curl git python3 pip pkg-config openssl libssl-dev patchelf binutils-mingw-w64-x86-64 mingw-w64 -y
|
||||
apt install curl git python3 pip pkg-config openssl libssl-dev patchelf binutils-mingw-w64-x86-64 mingw-w64 protobuf-compiler -y
|
||||
curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||
pip install maturin twine --break-system-packages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user