ci: use static linking for windows binary

This commit is contained in:
danielvici123
2026-06-08 22:01:36 +02:00
parent 6e4a22285e
commit 36a3b96c12

View File

@@ -34,6 +34,7 @@ jobs:
run: cargo build --release --target x86_64-pc-windows-gnu
env:
CARGO_TARGET_X86_64_PC_WINDOWS_GNU_LINKER: x86_64-w64-mingw32-gcc
RUSTFLAGS: -C target-feature=+crt-static -C link-args=-static
- name: Package Release Assets
run: |