added python protobuff depends

This commit is contained in:
2024-02-09 02:30:41 +01:00
parent 8d4df9dfdf
commit 63221f7d23

View File

@@ -8,7 +8,7 @@ jobs:
steps: steps:
- name: Install dependencies - name: Install dependencies
run: apt-get update && apt-get install -y gcc-arm-none-eabi binutils-arm-none-eabi ninja-build cmake protobuf-compiler python3 run: apt-get update && apt-get install -y gcc-arm-none-eabi binutils-arm-none-eabi ninja-build cmake protobuf-compiler python3 python3-grpcio python3-protobuf
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4