Skip to content

Commit

Permalink
Merge #462: Use stable rust for coverage report
Browse files Browse the repository at this point in the history
96ee337 ci: use stable rust for coverage report (Jose Celano)

Pull request description:

  Use stable rust for coverage report.

ACKs for top commit:
  josecelano:
    ACK 96ee337

Tree-SHA512: b8b41f41373f7935ed5bb2573bc403d54d35ba9bc87a1a348f9174e2c0cc4cbc456970748eb90bc6ae8c49a47d778f579cd5fc1375eee71fd4e7c4f270717edd
  • Loading branch information
josecelano committed Feb 7, 2024
2 parents 67b1e5d + 96ee337 commit 3b8d179
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 3b8d179

Please sign in to comment.