ci: add missing -y

This commit is contained in:
Radical 2025-06-01 19:43:19 +02:00
parent 42f281b3e9
commit 47cb246a63

View file

@ -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