unpin nightly Rust in coverage.yaml (#39)
This commit is contained in:
parent
991cf42a01
commit
31f29420c8
|
@ -23,10 +23,7 @@ jobs:
|
||||||
|
|
||||||
- uses: actions-rs/toolchain@v1.0.7
|
- uses: actions-rs/toolchain@v1.0.7
|
||||||
with:
|
with:
|
||||||
# Pinned to workaround issue making cargo-llvm-cov fail, see
|
toolchain: nightly
|
||||||
# https://github.com/taiki-e/cargo-llvm-cov/issues/128
|
|
||||||
# TODO: restore to just `nightly` after it's fixed
|
|
||||||
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