Update update-os.yml
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/update-os.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/update-os.yml
									
									
									
									
										vendored
									
									
								
							| @@ -52,8 +52,8 @@ jobs: | |||||||
|             for f in *.py; do python3 "$f"; done |             for f in *.py; do python3 "$f"; done | ||||||
|  |  | ||||||
|             # install deps for 12.48" display |             # install deps for 12.48" display | ||||||
|             wget https://github.com/aceinnolab/Inkycal/blob/assets/Repo/bcm2835-1.71.tar |             wget https://github.com/aceinnolab/Inkycal/blob/assets/Repo/bcm2835-1.71.tar.gz | ||||||
|             tar -xvf bcm2835-1.71.tar |             tar zxvf bcm2835-1.71.tar.gz | ||||||
|             cd bcm2835-1.71/ |             cd bcm2835-1.71/ | ||||||
|             sudo ./configure && sudo make && sudo make check && sudo make install |             sudo ./configure && sudo make && sudo make check && sudo make install | ||||||
|             cd ..  |             cd ..  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user