Updated raspbian CI to update apt repository ahead of libbluetooth. (#4243)

This commit is contained in:
Agent Blu, 006 2024-07-06 17:45:58 -07:00 committed by GitHub
parent c3d3dfa8c8
commit 7b838d388d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,6 +13,7 @@ jobs:
- name: Install libbluetooth
shell: bash
run: |
apt-get update -y
apt-get install -y libbluetooth-dev libgpiod-dev libyaml-cpp-dev openssl libssl-dev libulfius-dev liborcania-dev
- name: Checkout code