From 410c887ba4cc1384fd24df0a8e765fe4699347ea Mon Sep 17 00:00:00 2001 From: Cyborus Date: Sun, 17 Dec 2023 01:56:18 -0500 Subject: [PATCH] add -y flag --- .woodpecker/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/deploy.yml b/.woodpecker/deploy.yml index 3c707ba..f050a64 100644 --- a/.woodpecker/deploy.yml +++ b/.woodpecker/deploy.yml @@ -11,7 +11,7 @@ steps: image: rust:latest commands: - rustup target add x86_64-pc-windows-gnu - - apt install gcc-mingw-w64-x86-64:w + - apt install gcc-mingw-w64-x86-64 -y - cargo build --target=x86_64-pc-windows-gnu --release - strip target/x86_64-pc-windows-gnu/release/fj.exe zip: