Fix release workflow
This commit is contained in:
parent
a0d27610ac
commit
a6f53567b0
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -128,6 +128,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Run analysis-stats on rust std library
|
- name: Run analysis-stats on rust std library
|
||||||
if: matrix.target == 'x86_64-unknown-linux-gnu'
|
if: matrix.target == 'x86_64-unknown-linux-gnu'
|
||||||
|
env:
|
||||||
|
RUSTC_BOOTSTRAP: 1
|
||||||
run: target/${{ matrix.target }}/release/rust-analyzer analysis-stats --with-deps $(rustc --print sysroot)/lib/rustlib/src/rust/library/std
|
run: target/${{ matrix.target }}/release/rust-analyzer analysis-stats --with-deps $(rustc --print sysroot)/lib/rustlib/src/rust/library/std
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
|
Loading…
Reference in New Issue
Block a user