Update rpi-image.yml
This commit is contained in:
2
.github/workflows/rpi-image.yml
vendored
2
.github/workflows/rpi-image.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
|||||||
mount-repository: true
|
mount-repository: true
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
apt install -y libudev-dev libusb-1.0-0-dev libhidapi-libusb0 libjpeg-dev zlib1g-dev libopenjp2-7 libtiff5-dev libgtk-3-dev python3-pip
|
apt install -y libudev-dev libusb-1.0-0-dev libhidapi-libusb0 libjpeg-dev zlib1g-dev libopenjp2-7 libtiff5-dev libgtk-3-dev python3-pip python3-full
|
||||||
pip install streamdeckapi
|
pip install streamdeckapi
|
||||||
crontab -l | { cat; echo "@reboot streamdeckapi-server"; } | crontab -
|
crontab -l | { cat; echo "@reboot streamdeckapi-server"; } | crontab -
|
||||||
- name: Print outputs
|
- name: Print outputs
|
||||||
|
|||||||
Reference in New Issue
Block a user