We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f41920 commit 023dafbCopy full SHA for 023dafb
.github/workflows/coverage.yml
@@ -26,11 +26,8 @@ jobs:
26
steps:
27
- uses: actions/checkout@v4
28
# Nightly Rust is used for cargo llvm-cov --doc below.
29
- - uses: actions-rs/toolchain@v1
+ - uses: dtolnay/rust-toolchain@nightly
30
with:
31
- profile: minimal
32
- toolchain: nightly
33
- override: true
34
components: llvm-tools-preview
35
- name: Install cargo-llvm-cov
36
uses: taiki-e/install-action@v2
0 commit comments