Added protobuf-compiler to workflow

This commit is contained in:
brotoskyj
2025-11-14 13:44:43 -05:00
parent 6a5a2b5809
commit ecdd991333
+1 -1
View File
@@ -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