File tree Expand file tree Collapse file tree 3 files changed +518
-518
lines changed
actions/setup-rust-runtime Expand file tree Collapse file tree 3 files changed +518
-518
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ runs:
2727 # do not produce debug symbols to keep memory usage down
2828 # hardcoding other profile params to avoid profile override values
2929 # More on Cargo profiles https://doc.rust-lang.org/cargo/reference/profiles.html?profile-settings#profile-settings
30- #
30+ #
3131 # Set debuginfo=line-tables-only as debuginfo=0 causes immensely slow build
3232 # See for more details: https://github.com/rust-lang/rust/issues/119560
3333 run : |
34- echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV
35- echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV
34+ echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV
35+ echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV
3636 echo "RUST_BACKTRACE=1" >> $GITHUB_ENV
3737 echo "RUSTFLAGS=-C debuginfo=line-tables-only -C incremental=false" >> $GITHUB_ENV
38-
38+
You can’t perform that action at this time.
0 commit comments