Skip to content

Commit

Permalink
Use 2022-01-14 nightly to workaround coverage issue taiki-e/cargo-llv…
Browse files Browse the repository at this point in the history
  • Loading branch information
conradoplg authored Jan 18, 2022
1 parent 6c787dd commit 9b9e499
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b9e499

Please sign in to comment.