ci: use static linking for windows binary
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user