From 9b9e49953ef8b3058a54d6fb8c1c1807e02408a9 Mon Sep 17 00:00:00 2001 From: Conrado Gouvea Date: Tue, 18 Jan 2022 16:31:09 -0300 Subject: [PATCH] Use 2022-01-14 nightly to workaround coverage issue https://github.com/taiki-e/cargo-llvm-cov/issues/128 (#3366) --- .github/workflows/coverage.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index f1341778..92a9355b 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -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