debian is weird ...

This commit is contained in:
2024-02-09 02:25:07 +01:00
parent 4752a1c46e
commit 8d4df9dfdf

View File

@@ -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