mirror of
https://github.com/signalapp/SparsePostQuantumRatchet.git
synced 2025-10-19 05:53:16 +00:00
8 lines
251 B
TOML
8 lines
251 B
TOML
![]() |
[build]
|
||
|
pre-build = [
|
||
|
"apt-get install -y zip wget",
|
||
|
"wget https://github.com/protocolbuffers/protobuf/releases/download/v29.3/protoc-29.3-linux-x86_64.zip",
|
||
|
"unzip protoc-29.3-linux-x86_64.zip -d protoc",
|
||
|
"mv protoc/bin/protoc /usr/bin",
|
||
|
]
|