ci: unpin nightly for coverage
This commit is contained in:
parent
6b95118c23
commit
0ce9db93f4
|
@ -253,9 +253,7 @@ jobs:
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- uses: actions-rs/toolchain@v1
|
- uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
# TODO: this is pinned to work around a rustc bug in instrumented coverage
|
toolchain: nightly
|
||||||
# https://github.com/taiki-e/cargo-llvm-cov/issues/128
|
|
||||||
toolchain: nightly-2022-01-14
|
|
||||||
override: true
|
override: true
|
||||||
profile: minimal
|
profile: minimal
|
||||||
components: llvm-tools-preview
|
components: llvm-tools-preview
|
||||||
|
|
Loading…
Reference in New Issue