This commit is contained in:
Justine Pelletreau 2023-07-14 01:59:47 +02:00
parent c96027578a
commit 38cbe9aa56

View File

@ -20,7 +20,10 @@ steps:
- cargo build --release - cargo build --release
- rustup target add x86_64-pc-windows-gnu - rustup target add x86_64-pc-windows-gnu
- rustup toolchain install stable-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 - cargo build --target x86_64-pc-windows-gnu --release
environment:
DEBIAN_FRONTEND: noninteractive
when: when:
event: event:
include: include: