add gpiod libs

This commit is contained in:
Kevin Hester 2021-05-03 15:51:33 +08:00
parent 7b3d59569e
commit cb4d5d580a

View File

@ -36,6 +36,10 @@ jobs:
path: ~/.cache/pip
key: ${{ runner.os }}-pip
- name: Install linux apt packages
run: |
sudo apt-get install -y libgpiod-dev
- name: Upgrade python tools
# We actually want to run this every time
# if: steps.cache-pip.outputs.cache-hit != 'true'