Skip to content

Commit

Permalink
ci: use stable rust for coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Feb 7, 2024
1 parent 67b1e5d commit 96ee337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
name: Setup Toolchain
uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly
toolchain: stable
components: llvm-tools-preview

- id: cache
Expand Down

0 comments on commit 96ee337

Please sign in to comment.