Add libbluetooth-dev to build image

pull/3049/head
Jonathan Bennett 2023-12-29 12:35:42 -06:00 zatwierdzone przez GitHub
rodzic 2e9cc73ebb
commit 28951ea1e0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -16,6 +16,11 @@ runs:
run: |
sudo apt-get install -y cppcheck
- name: Install libbluetooth
shell: bash
run: |
sudo apt-get install -y libbluetooth-dev
- name: Setup Python
uses: actions/setup-python@v4
with: