Skip to content

Commit 823a4a1

Browse files
JeanMertzjonasbb
authored andcommitted
fixes
1 parent aaa7eef commit 823a4a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ runs:
8080
if [[ ! -v RUST_BACKTRACE ]]; then
8181
echo "RUST_BACKTRACE=short" >> $GITHUB_ENV
8282
fi
83-
if [[ -v "$NEW_RUSTFLAGS" ]]; then
84-
echo "RUSTFLAGS="$NEW_RUSTFLAGS" >> $GITHUB_ENV
83+
if [[ -v NEW_RUSTFLAGS ]]; then
84+
echo "RUSTFLAGS=$NEW_RUSTFLAGS" >> $GITHUB_ENV
8585
fi
8686
# Enable faster sparse index on nightly
8787
# The value is ignored on stable and causes no problems

0 commit comments

Comments
 (0)