mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 07:12:44 +00:00
Merge pull request #5965 from cre4ture/fix/full_backtrace_android
CI Android: set environmental variable for BACKTRACE to right value
This commit is contained in:
commit
38a8de875a
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
echo "PATH: $PATH"
|
||||
|
||||
export PATH=$HOME/.cargo/bin:$PATH
|
||||
export RUST_BACKTRACE=1
|
||||
export RUST_BACKTRACE=full
|
||||
export CARGO_TERM_COLOR=always
|
||||
export CARGO_INCREMENTAL=0
|
||||
|
||||
|
|
Loading…
Reference in a new issue