Add i686-pc-windows-msvc target

Fixes #1272.
This commit is contained in:
Sven-Hendrik Haase 2023-11-20 05:43:36 +01:00
parent 0f38f5bddb
commit 1dcdd0efb1
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915
2 changed files with 7 additions and 0 deletions

View File

@ -1,2 +1,5 @@
[target.x86_64-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]
[target.i686-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]

View File

@ -55,6 +55,10 @@ jobs:
target: x86_64-pc-windows-msvc
compress: true
cargo_flags: ""
- os: windows-latest
target: i686-pc-windows-msvc
compress: true
cargo_flags: ""
- os: macos-latest
target: x86_64-apple-darwin
compress: true