From e892a21f97c9c0808b1017a809118583b9daa9c5 Mon Sep 17 00:00:00 2001 From: Oliver Walter Date: Tue, 21 May 2024 23:30:27 +0200 Subject: [PATCH] addded missing requests --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index ab52085..2937554 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -8,7 +8,7 @@ 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 python3-pkg-resources + 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 python3-requests # run: pip install setuptools - name: Check out repository code uses: actions/checkout@v4