From 38cbe9aa56c86b85b6af87c7f9712554455276a0 Mon Sep 17 00:00:00 2001 From: Justine Pelletreau Date: Fri, 14 Jul 2023 01:59:47 +0200 Subject: [PATCH] drone --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index f7a6338..358d1c4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,7 +20,10 @@ steps: - cargo build --release - rustup target add x86_64-pc-windows-gnu - rustup toolchain install stable-x86_64-pc-windows-gnu + - apt install -yy mingw-w64 - cargo build --target x86_64-pc-windows-gnu --release + environment: + DEBIAN_FRONTEND: noninteractive when: event: include: