Update update-os.yml

This commit is contained in:
Ace 2023-09-03 03:00:45 +02:00 committed by GitHub
parent 47425ac3bc
commit 5404a23273
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ jobs:
for f in *.py; do python3 "$f"; done
# install deps for 12.48" display
wget https://github.com/aceinnolab/Inkycal/blob/assets/Repo/bcm2835-1.71.tar.gz
wget http://www.airspayce.com/mikem/bcm2835/bcm2835-1.71.tar.gz
tar zxvf bcm2835-1.71.tar.gz
cd bcm2835-1.71/
sudo ./configure && sudo make && sudo make check && sudo make install