Don't set override in CI script's dir

Analogous to https://github.com/rust-lang/rust-semverver/pull/155
This commit is contained in:
Igor Matuszewski 2021-02-11 00:28:40 +00:00 committed by GitHub
parent 3bd7215d48
commit 27064e8d11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -3,8 +3,6 @@
set -e
cd "$(dirname "$0")"
RTIM_PATH=$(command -v rustup-toolchain-install-master) || INSTALLED=false
CARGO_HOME=${CARGO_HOME:-$HOME/.cargo}