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:
Diffstat (limited to '.github/workflows/platformio.yaml')
-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: |