This commit is contained in:
Jean Mertz 2023-05-19 12:10:05 +02:00 committed by Jonas Bushart
parent aaa7eef1a2
commit 823a4a135d
1 changed files with 2 additions and 2 deletions

View File

@ -80,8 +80,8 @@ runs:
if [[ ! -v RUST_BACKTRACE ]]; then
echo "RUST_BACKTRACE=short" >> $GITHUB_ENV
fi
if [[ -v "$NEW_RUSTFLAGS" ]]; then
echo "RUSTFLAGS="$NEW_RUSTFLAGS" >> $GITHUB_ENV
if [[ -v NEW_RUSTFLAGS ]]; then
echo "RUSTFLAGS=$NEW_RUSTFLAGS" >> $GITHUB_ENV
fi
# Enable faster sparse index on nightly
# The value is ignored on stable and causes no problems