From 2a51effb0f323c8bd033d973f29fe923b01ba025 Mon Sep 17 00:00:00 2001 From: Ace Date: Tue, 13 Feb 2024 01:01:46 +0100 Subject: [PATCH] enlarge space to 3GB --- .github/workflows/test-on-rpi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-on-rpi.yml b/.github/workflows/test-on-rpi.yml index ecb7f75..1c1283c 100644 --- a/.github/workflows/test-on-rpi.yml +++ b/.github/workflows/test-on-rpi.yml @@ -30,7 +30,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-12-11/2023-12-11-raspios-bookworm-armhf-lite.img.xz - image_additional_mb: 2560 # enlarge free space to 2.5 GB + image_additional_mb: 3072 # enlarge free space to 3GB optimize_image: true # user: inky --> not supported? commands: |