From cb4d5d580ae433cda7cd309811848ab49278bc5e Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Mon, 3 May 2021 15:51:33 +0800 Subject: [PATCH] add gpiod libs --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3428a6239..725bc53d4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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'