ci: unpin nightly for coverage

This commit is contained in:
David Hewitt 2022-01-26 08:22:10 +00:00 committed by GitHub
parent 6b95118c23
commit 0ce9db93f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -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