From f3aaa5dc688287d0f7d364e0a145e94bc8d426b1 Mon Sep 17 00:00:00 2001 From: Oliver Walter Date: Fri, 9 Feb 2024 02:33:07 +0100 Subject: [PATCH] still more missing python --- .gitea/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index ebe1e4e..dac25da 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -8,8 +8,8 @@ jobs: steps: - 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 python3-grpcio python3-protobuf - + 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 python3-pkg-resources + # run: pip install setuptools - name: Check out repository code uses: actions/checkout@v4 with: