mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 02:09:57 +00:00
meshtasticd: deps for debian_build_src (#5748)
This commit is contained in:
parent
35814fd4bc
commit
15019e8663
6
.github/workflows/build_debian_src.yml
vendored
6
.github/workflows/build_debian_src.yml
vendored
@ -21,7 +21,11 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
sudo apt-get update -y --fix-missing
|
||||
sudo apt-get install -y devscripts equivs
|
||||
sudo apt-get install -y software-properties-common
|
||||
sudo add-apt-repository ppa:meshtastic/meshtastic-daily -y
|
||||
sudo apt-get install -y build-essential devscripts equivs \
|
||||
platformio python3-protobuf python3-grpcio \
|
||||
libyaml-cpp-dev libgpiod-dev libbluetooth-dev libusb-1.0-0-dev libi2c-dev
|
||||
|
||||
- name: Fetch libdeps, package debian source
|
||||
run: debian/ci_pack_sdeb.sh
|
||||
|
Loading…
Reference in New Issue
Block a user