mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-22 13:38:43 +00:00
Enable fancy-with-backtrace on debug build
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
df77ad9bba
commit
aca4528273
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ if $for_release then {
|
||||||
} else {
|
} else {
|
||||||
output: "debug",
|
output: "debug",
|
||||||
profile: "dev",
|
profile: "dev",
|
||||||
args: ($matrix.debug_build_args // "--no-default-features --features rustls"),
|
args: ($matrix.debug_build_args // "--no-default-features --features rustls,fancy-with-backtrace"),
|
||||||
} end
|
} end
|
||||||
|
|
|
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue