Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/flipperdevices/flipperzero-protobuf.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/generate.yml')
-rw-r--r--.github/workflows/generate.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml
index 788c35c..7cb0185 100644
--- a/.github/workflows/generate.yml
+++ b/.github/workflows/generate.yml
@@ -20,7 +20,7 @@ jobs:
uses: actions/setup-python@v2
- name: Setup protobuf
- run: sudo apt-get -y install protobuf-compiler && python -m pip install --upgrade protobuf
+ run: sudo apt-get -y install protobuf-compiler && python -m pip install --upgrade python3-protobuf==2.5.0 protobuf==3.20.1 grpcio-tools==1.47.0 grpcio==1.47.0
- name: Generate sources
- run: python3 nanopb/generator/nanopb_generator.py -q -I . -D /tmp *.proto \ No newline at end of file
+ run: python3 nanopb/generator/nanopb_generator.py -q -I . -D /tmp *.proto