mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-22 05:28:42 +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 {
|
||||
output: "debug",
|
||||
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
|
||||
|
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue