Update build_raspbian_armv7l.yml --fix-missing

This commit is contained in:
Jonathan Bennett 2024-07-10 14:42:29 -05:00 committed by GitHub
parent 51d54a7d99
commit e59e50af0e
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 --fix-missing
apt-get install -y libbluetooth-dev libgpiod-dev libyaml-cpp-dev openssl libssl-dev libulfius-dev liborcania-dev
- name: Checkout code