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 e986e15 commit 6816d3fCopy full SHA for 6816d3f
.github/actions/setup-rust-runtime/action.yaml
@@ -37,5 +37,5 @@ runs:
37
echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV
38
echo "RUST_BACKTRACE=1" >> $GITHUB_ENV
39
echo "RUST_MIN_STACK=3000000" >> $GITHUB_ENV
40
- echo "RUST_FLAGS=-C debuginfo=line-tables-only -C incremental=false" >> $GITHUB_ENV
+ echo "RUSTFLAGS=-C debuginfo=line-tables-only -C incremental=false" >> $GITHUB_ENV
41
0 commit comments