From 31f29420c8b7c50b9299c80ee13c514cfe64a939 Mon Sep 17 00:00:00 2001 From: Conrado Gouvea Date: Mon, 16 Jan 2023 16:32:17 -0300 Subject: [PATCH] unpin nightly Rust in coverage.yaml (#39) --- .github/workflows/coverage.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index bbf22cc..c2867fd 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -23,10 +23,7 @@ jobs: - uses: actions-rs/toolchain@v1.0.7 with: - # 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 + toolchain: nightly override: true profile: minimal components: llvm-tools-preview