Move Raspbian Arm64 to new build scheme

This commit is contained in:
Jonathan Bennett 2024-05-19 23:29:43 -05:00
parent 85e238ca76
commit afae3a488e

View File

@ -10,6 +10,11 @@ jobs:
build-raspbian: build-raspbian:
runs-on: [self-hosted, linux, ARM64] runs-on: [self-hosted, linux, ARM64]
steps: steps:
- name: Install libbluetooth
shell: bash
run: |
apt-get install -y libbluetooth-dev libgpiod-dev libyaml-cpp-dev openssl libssl-dev libulfius-dev liborcania-dev
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with: