File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 9898
9999 - name : Run analysis-stats on rust std library
100100 if : matrix.os == 'ubuntu-latest'
101- run : RUSTC_BOOTSTRAP=1 target/${{ matrix.target }}/debug/rust-analyzer analysis-stats --with-deps $(rustc --print sysroot)/lib/rustlib/src/rust/library/std
101+ env :
102+ RUSTC_BOOTSTRAP : 1
103+ run : target/${{ matrix.target }}/debug/rust-analyzer analysis-stats --with-deps $(rustc --print sysroot)/lib/rustlib/src/rust/library/std
102104
103105 # Weird targets to catch non-portable code
104106 rust-cross :
Original file line number Diff line number Diff line change @@ -128,6 +128,8 @@ jobs:
128128
129129 - name : Run analysis-stats on rust std library
130130 if : matrix.target == 'x86_64-unknown-linux-gnu'
131+ env :
132+ RUSTC_BOOTSTRAP : 1
131133 run : target/${{ matrix.target }}/release/rust-analyzer analysis-stats --with-deps $(rustc --print sysroot)/lib/rustlib/src/rust/library/std
132134
133135 - name : Upload artifacts
You can’t perform that action at this time.
0 commit comments