enable spi

This commit is contained in:
Ace 2023-07-26 19:25:41 +02:00 committed by GitHub
parent eccb06a371
commit 609d956e48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,6 +97,7 @@ jobs:
wget https://raw.githubusercontent.com/aceinnolab/Inkycal/assets/tests/settings.json
for f in *.py; do python3 "$f"; done
sudo chown -R inky:inky /home/inky/Inkycal
sudo sed -i s/#dtparam=spi=on/dtparam=spi=on/ /boot/config.txt
- name: Compress the release image
run: |