Add dependencies for native build

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

Wyświetl plik

@ -20,6 +20,14 @@ runs:
shell: bash
run: |
sudo apt-get install -y libbluetooth-dev
- name: Install libgpiod
shell: bash
run: |
sudo apt-get install -y libgpiod-dev
- name: Install libyaml-cpp
shell: bash
run: |
sudo apt-get install -y libyaml-cpp-dev
- name: Setup Python
uses: actions/setup-python@v4