Update update-os.yml

This commit is contained in:
Ace 2023-09-02 21:39:22 +02:00 committed by GitHub
parent f17e3b7f55
commit ba3f15acaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ jobs:
# install deps for 12.48" display
wget https://github.com/aceinnolab/Inkycal/blob/assets/Repo/bcm2835-1.71.tar
tar xvf bcm2835-1.71.tar
tar -xvf bcm2835-1.71.tar
cd bcm2835-1.71/
sudo ./configure && sudo make && sudo make check && sudo make install
cd ..