mirror of
https://github.com/svenstaro/miniserve
synced 2025-04-29 15:47:27 +08:00
parent
0f38f5bddb
commit
1dcdd0efb1
@ -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"]
|
||||
|
4
.github/workflows/build-release.yml
vendored
4
.github/workflows/build-release.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user