mirror of
https://github.com/actions-rust-lang/setup-rust-toolchain.git
synced 2024-12-26 17:00:34 +01:00
fixes
This commit is contained in:
parent
aaa7eef1a2
commit
823a4a135d
1 changed files with 2 additions and 2 deletions
|
@ -80,8 +80,8 @@ runs:
|
||||||
if [[ ! -v RUST_BACKTRACE ]]; then
|
if [[ ! -v RUST_BACKTRACE ]]; then
|
||||||
echo "RUST_BACKTRACE=short" >> $GITHUB_ENV
|
echo "RUST_BACKTRACE=short" >> $GITHUB_ENV
|
||||||
fi
|
fi
|
||||||
if [[ -v "$NEW_RUSTFLAGS" ]]; then
|
if [[ -v NEW_RUSTFLAGS ]]; then
|
||||||
echo "RUSTFLAGS="$NEW_RUSTFLAGS" >> $GITHUB_ENV
|
echo "RUSTFLAGS=$NEW_RUSTFLAGS" >> $GITHUB_ENV
|
||||||
fi
|
fi
|
||||||
# Enable faster sparse index on nightly
|
# Enable faster sparse index on nightly
|
||||||
# The value is ignored on stable and causes no problems
|
# The value is ignored on stable and causes no problems
|
||||||
|
|
Loading…
Reference in a new issue