Use 2022-01-14 nightly to workaround coverage issue https://github.com/taiki-e/cargo-llvm-cov/issues/128 (#3366)

This commit is contained in:
Conrado Gouvea 2022-01-18 16:31:09 -03:00 committed by GitHub
parent 6c787dd188
commit 9b9e49953e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -29,7 +29,10 @@ jobs:
- uses: actions-rs/toolchain@v1.0.7
with:
toolchain: nightly
# Pinned to workaround issue making cargo-llvm-cov fail, see
# 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
profile: minimal
components: llvm-tools-preview