Update test-on-rpi.yml

fix space issue
This commit is contained in:
Ace 2023-10-16 13:33:11 +02:00 committed by GitHub
parent 2c3fcd630c
commit d740032989
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ jobs:
with:
# Set the base_image to the desired Raspberry Pi OS version
base_image: https://downloads.raspberrypi.com/raspios_lite_armhf/images/raspios_lite_armhf-2023-10-10/2023-10-10-raspios-bookworm-armhf-lite.img.xz
image_additional_mb: 1500 # enlarge free space to 1.5 GB
image_additional_mb: 2000 # enlarge free space to 2 GB
optimize_image: true
user: inky
commands: |