Skip to content

Commit 70241ab

Browse files
JeanMertzjonasbb
authored andcommitted
fixes
1 parent 823a4a1 commit 70241ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ runs:
8080
if [[ ! -v RUST_BACKTRACE ]]; then
8181
echo "RUST_BACKTRACE=short" >> $GITHUB_ENV
8282
fi
83-
if [[ -v NEW_RUSTFLAGS ]]; then
83+
if [[ "$NEW_RUSTFLAGS" != "" ]]; then
8484
echo "RUSTFLAGS=$NEW_RUSTFLAGS" >> $GITHUB_ENV
8585
fi
8686
# Enable faster sparse index on nightly

0 commit comments

Comments
 (0)