Skip to content

Commit

Permalink
Attempt to add RUST_BACKTRACE=1 again.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturKovacs committed Nov 15, 2019
1 parent 303a274 commit 7bd6023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
set -e
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain $RUSTUP_TOOLCHAIN
echo "##vso[task.setvariable variable=PATH;]$PATH:$HOME/.cargo/bin"
export RUST_BACKTRACE=1
echo "##vso[task.setvariable variable=RUST_BACKTRACE;]1"
env:
RUSTUP_TOOLCHAIN: stable
displayName: "Install rust (*nix)"
Expand Down

0 comments on commit 7bd6023

Please sign in to comment.