Skip to content

Commit

Permalink
[ci] update coverage job to use stable
Browse files Browse the repository at this point in the history
Looks like stable Rust now has support for llvm-cov.
  • Loading branch information
sunshowers committed Jul 30, 2022
1 parent 1e3809a commit 5a52531
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
toolchain: stable
components: llvm-tools-preview
- uses: Swatinem/rust-cache@c5ed9ba6b7e1bb8aff90d43acd2f0af4990fa57c

Expand Down

0 comments on commit 5a52531

Please sign in to comment.