Skip to content

Commit 6816d3f

Browse files
authored
[CI] Fix RUSTFLAGS (#8929)
* Remove disable incremental flag for win ci * Trigger * Trigger * Fix RUSTFLAGS name * Remove RUST_MIN_STACK * Re-add RUST_MIN_STACK
1 parent e986e15 commit 6816d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-rust-runtime/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ runs:
3737
echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV
3838
echo "RUST_BACKTRACE=1" >> $GITHUB_ENV
3939
echo "RUST_MIN_STACK=3000000" >> $GITHUB_ENV
40-
echo "RUST_FLAGS=-C debuginfo=line-tables-only -C incremental=false" >> $GITHUB_ENV
40+
echo "RUSTFLAGS=-C debuginfo=line-tables-only -C incremental=false" >> $GITHUB_ENV
4141

0 commit comments

Comments
 (0)