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: