From 47cb246a63ae7746ce4e82edd040b34207e69a00 Mon Sep 17 00:00:00 2001 From: Radical Date: Sun, 1 Jun 2025 19:43:19 +0200 Subject: [PATCH] ci: add missing -y --- .woodpecker/build-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/build-and-publish.yml b/.woodpecker/build-and-publish.yml index 4b5a054..d27d65a 100644 --- a/.woodpecker/build-and-publish.yml +++ b/.woodpecker/build-and-publish.yml @@ -6,7 +6,7 @@ steps: - name: rust-build image: rust:bookworm commands: - - apt update && apt install podman + - apt update -y && apt install podman -y - cargo install cross - cargo build --release - cross build --target aarch64-unknown-linux-gnu --release