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 aaa7eef commit 823a4a1Copy full SHA for 823a4a1
action.yml
@@ -80,8 +80,8 @@ runs:
80
if [[ ! -v RUST_BACKTRACE ]]; then
81
echo "RUST_BACKTRACE=short" >> $GITHUB_ENV
82
fi
83
- if [[ -v "$NEW_RUSTFLAGS" ]]; then
84
- echo "RUSTFLAGS="$NEW_RUSTFLAGS" >> $GITHUB_ENV
+ if [[ -v NEW_RUSTFLAGS ]]; then
+ echo "RUSTFLAGS=$NEW_RUSTFLAGS" >> $GITHUB_ENV
85
86
# Enable faster sparse index on nightly
87
# The value is ignored on stable and causes no problems
0 commit comments