Skip to content

Commit 5f962a7

Browse files
committed
protoc
1 parent 63b72e0 commit 5f962a7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

python/.readthedocs.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ build:
99
python: "3.11"
1010
rust: "1.86"
1111
commands:
12-
- apt install -y protobuf-compiler libssl-dev
12+
- curl -L -o protoc.zip https://github.com/protocolbuffers/protobuf/releases/download/v21.12/protoc-21.12-linux-x86_64.zip
13+
- unzip protoc.zip -d protoc
14+
- export PATH=$PWD/protoc/bin:$PATH
1315
- pip install maturin
1416
- cd python && maturin develop --release
1517

0 commit comments

Comments
 (0)