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

github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Sokolov <pavel@tvip.ru>2021-12-18 19:35:45 +0300
committerGitHub <noreply@github.com>2021-12-18 19:35:45 +0300
commitd7d37491f4a33b4b6de3b87a100b54160d12f23b (patch)
treed9ca5e9c1945c19a72d9130532ee326eb4692aa2 /.github
parent71f2b18f81694774f3eb2f0cd6dab633db4ddfce (diff)
PlatformIO: install protobuf compiler dependencies (#732)
Automatically install needed Python modules from pip.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/platformio.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/platformio.yaml b/.github/workflows/platformio.yaml
index c9cde67..6390fbf 100644
--- a/.github/workflows/platformio.yaml
+++ b/.github/workflows/platformio.yaml
@@ -21,7 +21,7 @@ jobs:
- name: Installing common dependencies
run: |
- sudo apt install -y python3-pip python3-protobuf protobuf-compiler
+ sudo apt install -y python3-pip
- name: Install and setup PlatformIO
run: |