Update update-os.yml

This commit is contained in:
Ace 2024-02-19 13:38:51 +01:00 committed by GitHub
parent eba9aa31b1
commit 131e5c2230
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,7 +54,7 @@ jobs:
# install deps for 12.48" display
wget https://github.com/aceinnolab/Inkycal/raw/assets/tests/bcm2835-1.71.tar
tar zxvf bcm2835-1.71.tar.gz
tar zxf bcm2835-1.71.tar
cd bcm2835-1.71/
sudo ./configure && sudo make && sudo make check && sudo make install
cd ..