1.2-legacy
Kevin Hester 2021-05-03 15:51:33 +08:00
rodzic 7b3d59569e
commit cb4d5d580a
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -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'