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 98
98
99
99
- name : Run analysis-stats on rust std library
100
100
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
102
104
103
105
# Weird targets to catch non-portable code
104
106
rust-cross :
Original file line number Diff line number Diff line change @@ -128,6 +128,8 @@ jobs:
128
128
129
129
- name : Run analysis-stats on rust std library
130
130
if : matrix.target == 'x86_64-unknown-linux-gnu'
131
+ env :
132
+ RUSTC_BOOTSTRAP : 1
131
133
run : target/${{ matrix.target }}/release/rust-analyzer analysis-stats --with-deps $(rustc --print sysroot)/lib/rustlib/src/rust/library/std
132
134
133
135
- name : Upload artifacts
You can’t perform that action at this time.
0 commit comments