mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-25 22:20:27 +00:00
add gpiod libs
This commit is contained in:
parent
7b3d59569e
commit
cb4d5d580a
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -36,6 +36,10 @@ jobs:
|
|||||||
path: ~/.cache/pip
|
path: ~/.cache/pip
|
||||||
key: ${{ runner.os }}-pip
|
key: ${{ runner.os }}-pip
|
||||||
|
|
||||||
|
- name: Install linux apt packages
|
||||||
|
run: |
|
||||||
|
sudo apt-get install -y libgpiod-dev
|
||||||
|
|
||||||
- name: Upgrade python tools
|
- name: Upgrade python tools
|
||||||
# We actually want to run this every time
|
# We actually want to run this every time
|
||||||
# if: steps.cache-pip.outputs.cache-hit != 'true'
|
# if: steps.cache-pip.outputs.cache-hit != 'true'
|
||||||
|
Loading…
Reference in New Issue
Block a user