Add deps install for armv7l builds
This commit is contained in:
@@ -10,6 +10,11 @@ jobs:
|
|||||||
build-raspbian-armv7l:
|
build-raspbian-armv7l:
|
||||||
runs-on: [self-hosted, linux, ARM]
|
runs-on: [self-hosted, linux, ARM]
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install libbluetooth
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
sudo 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:
|
||||||
|
|||||||
Reference in New Issue
Block a user