We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 823a4a1 commit 70241abCopy full SHA for 70241ab
action.yml
@@ -80,7 +80,7 @@ runs:
80
if [[ ! -v RUST_BACKTRACE ]]; then
81
echo "RUST_BACKTRACE=short" >> $GITHUB_ENV
82
fi
83
- if [[ -v NEW_RUSTFLAGS ]]; then
+ if [[ "$NEW_RUSTFLAGS" != "" ]]; then
84
echo "RUSTFLAGS=$NEW_RUSTFLAGS" >> $GITHUB_ENV
85
86
# Enable faster sparse index on nightly
0 commit comments