kopia lustrzana https://github.com/meshtastic/firmware
Add libbluetooth-dev to build image
rodzic
2e9cc73ebb
commit
28951ea1e0
|
@ -16,6 +16,11 @@ runs:
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install -y cppcheck
|
sudo apt-get install -y cppcheck
|
||||||
|
|
||||||
|
- name: Install libbluetooth
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
sudo apt-get install -y libbluetooth-dev
|
||||||
|
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
|
|
Ładowanie…
Reference in New Issue