Skip to content

Commit 8b781d3

Browse files
committed
fix #610: bump nanopb to 0.4.8
Including in the Poetry changes because it touches the same lines and I want to avoid hand merging ;-)
1 parent 6c0e978 commit 8b781d3

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/update_protobufs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
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: |

bin/regen-protobufs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# protoc looks for mypy plugin in the python path
88
source $(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

0 commit comments

Comments
 (0)