mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Disable native-tls for x86_64 linux-gnu and apple-darwin
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
450facd260
commit
6e1f930c8e
1 changed files with 1 additions and 2 deletions
|
@ -23,13 +23,12 @@ jobs:
|
|||
output: cargo-binstall
|
||||
use-cross: false
|
||||
test: true
|
||||
debug_build_args: --features pkg-config,native-tls
|
||||
debug_build_args: --features pkg-config
|
||||
- target: x86_64-apple-darwin
|
||||
os: macos-latest
|
||||
output: cargo-binstall
|
||||
use-cross: false
|
||||
test: true
|
||||
debug_build_args: --features native-tls
|
||||
- target: aarch64-apple-darwin
|
||||
os: macos-latest
|
||||
output: cargo-binstall
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue