Update update-os.yml
This commit is contained in:
		
							
								
								
									
										5
									
								
								.github/workflows/update-os.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/update-os.yml
									
									
									
									
										vendored
									
									
								
							| @@ -23,7 +23,7 @@ jobs: | ||||
|         with: | ||||
|           # Set the base_image to the desired Raspberry Pi OS version | ||||
|           base_image: https://downloads.raspberrypi.org/raspios_lite_armhf/images/raspios_lite_armhf-2023-05-03/2023-05-03-raspios-bullseye-armhf-lite.img.xz | ||||
|           image_additional_mb: 2560 # enlarge free space to 2 GB | ||||
|           image_additional_mb: 3072 # enlarge free space to 3 GB | ||||
|           optimize_image: true | ||||
|           user: inky | ||||
|           commands: | | ||||
| @@ -46,13 +46,12 @@ jobs: | ||||
|             sudo rm /usr/bin/python | ||||
|             sudo ln -s /usr/local/bin/python3.12 /usr/bin/python | ||||
|              | ||||
|             python --version | ||||
|             sudo apt-get install -y python3-pip | ||||
|             sudo apt-get install zlib1g libjpeg-dev libatlas-base-dev rustc libopenjp2-7 python3-dev scons libssl-dev python3-venv python3-pip git libfreetype6-dev wkhtmltopdf libopenblas-dev -y | ||||
|             echo $PWD && ls | ||||
|             git clone https://github.com/aceinnolab/Inkycal | ||||
|             cd Inkycal | ||||
|             python3 -m venv venv | ||||
|             python3.11 -m venv venv | ||||
|             . venv/bin/activate | ||||
|             python -m pip install --upgrade pip | ||||
|             pip install wheel | ||||
|   | ||||
		Reference in New Issue
	
	Block a user