mirror of
https://github.com/actions-rust-lang/setup-rust-toolchain.git
synced 2024-12-26 00:52:17 +01:00
fixes
This commit is contained in:
parent
823a4a135d
commit
70241ab2e9
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ 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 [[ "$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
|
||||||
|
|
Loading…
Reference in a new issue