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

View File

@ -80,7 +80,7 @@ runs:
if [[ ! -v RUST_BACKTRACE ]]; then
echo "RUST_BACKTRACE=short" >> $GITHUB_ENV
fi
if [[ -v NEW_RUSTFLAGS ]]; then
if [[ "$NEW_RUSTFLAGS" != "" ]]; then
echo "RUSTFLAGS=$NEW_RUSTFLAGS" >> $GITHUB_ENV
fi
# Enable faster sparse index on nightly