install mingw gcc

This commit is contained in:
Cyborus 2023-12-17 01:51:34 -05:00
parent 01a8228ce9
commit 20834b722b
No known key found for this signature in database

View file

@ -11,6 +11,7 @@ steps:
image: rust:latest
commands:
- rustup target add x86_64-pc-windows-gnu
- apt install gcc-mingw-w64-x86-64:w
- cargo build --target=x86_64-pc-windows-gnu --release
- strip target/x86_64-pc-windows-gnu/release/fj.exe
zip: