From 1498b8b2acde9a20da08a009fa94bc2e6c80223b Mon Sep 17 00:00:00 2001 From: Rubén Beltrán del Río Date: Sun, 18 Jan 2026 17:04:18 +0100 Subject: Allow cleanup to prevent space issues --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.build.yml') diff --git a/.build.yml b/.build.yml index 37d77a6..4fdfeac 100644 --- a/.build.yml +++ b/.build.yml @@ -42,4 +42,4 @@ tasks: flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo - release: | cd map-linux - make -e target=x86_64-unknown-linux-gnu -e flatpak_cargo_generator=/home/build/flatpak-builder-tools/cargo ci + make -e clean_images=1 -e target=x86_64-unknown-linux-gnu -e flatpak_cargo_generator=/home/build/flatpak-builder-tools/cargo ci -- cgit