mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-02 02:00:03 +00:00
Fix ci-scripts/run_tests_unix.sh
: unset CARGO_HOME
and `CARGO_INSTALL_ROOT` Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
5ea66574c3
commit
3c09cfb196
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ set -euxo pipefail
|
||||||
bins="cargo-deb cargo-llvm-cov cargo-binstall"
|
bins="cargo-deb cargo-llvm-cov cargo-binstall"
|
||||||
test_bins="cargo-deb cargo-llvm-cov"
|
test_bins="cargo-deb cargo-llvm-cov"
|
||||||
|
|
||||||
|
unset CARGO_INSTALL_ROOT
|
||||||
|
unset CARGO_HOME
|
||||||
|
|
||||||
# Install binaries using cargo-binstall
|
# Install binaries using cargo-binstall
|
||||||
# shellcheck disable=SC2086
|
# shellcheck disable=SC2086
|
||||||
"./$1" binstall --log-level debug --no-confirm $bins
|
"./$1" binstall --log-level debug --no-confirm $bins
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue