File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818
1919 - name : Download nanopb
2020 run : |
21- wget https://jpa.kapsi.fi/nanopb/download/nanopb-0.4.6 -linux-x86.tar.gz
22- tar xvzf nanopb-0.4.6 -linux-x86.tar.gz
23- mv nanopb-0.4.6 -linux-x86 nanopb-0.4.6
21+ wget https://jpa.kapsi.fi/nanopb/download/nanopb-0.4.8 -linux-x86.tar.gz
22+ tar xvzf nanopb-0.4.8 -linux-x86.tar.gz
23+ mv nanopb-0.4.8 -linux-x86 nanopb-0.4.8
2424
2525 - name : Install poetry (needed by regen-protobufs.sh)
2626 run : |
Original file line number Diff line number Diff line change 77# protoc looks for mypy plugin in the python path
88source $( poetry env info --path) /bin/activate
99
10- ./nanopb-0.4.6 /generator-bin/protoc -I=protobufs --python_out ./ --mypy_out ./ ./protobufs/meshtastic/* .proto
11- ./nanopb-0.4.6 /generator-bin/protoc -I=protobufs --python_out ./meshtastic/ --mypy_out ./meshtastic/ ./protobufs/nanopb.proto
10+ ./nanopb-0.4.8 /generator-bin/protoc -I=protobufs --python_out ./ --mypy_out ./ ./protobufs/meshtastic/* .proto
11+ ./nanopb-0.4.8 /generator-bin/protoc -I=protobufs --python_out ./meshtastic/ --mypy_out ./meshtastic/ ./protobufs/nanopb.proto
1212
1313# workaround for import bug in protoc https://github.com/protocolbuffers/protobuf/issues/1491#issuecomment-690618628
1414
You can’t perform that action at this time.
0 commit comments