Skip to content

Commit

Permalink
Use stable toolchain for code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzamig committed Dec 16, 2023
1 parent dddcc3c commit a18a6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: stable
override: true
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/tarpaulin@v0.1
Expand Down

0 comments on commit a18a6db

Please # to comment.