From 8d4df9dfdffcfa97d49608234dc9e0256cc126c8 Mon Sep 17 00:00:00 2001 From: Oliver Walter Date: Fri, 9 Feb 2024 02:25:07 +0100 Subject: [PATCH] debian is weird ... --- .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 5cb3709..5dd51d0 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 python + run: apt-get update && apt-get install -y gcc-arm-none-eabi binutils-arm-none-eabi ninja-build cmake protobuf-compiler python3 - name: Check out repository code uses: actions/checkout@v4