Skip to content

Commit 5502ec8

Browse files
committed
Explicitly install a Rust toolchain for cargo-outdated job
Debugging a recent cargo-outdated bug, it would have been nice not to wonder whether a rustc version change in GitHub's runner image was a contributing factor.
1 parent 54c5393 commit 5502ec8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,6 @@ jobs:
5656
timeout-minutes: 45
5757
steps:
5858
- uses: actions/checkout@v4
59+
- uses: dtolnay/rust-toolchain@stable
5960
- uses: dtolnay/install@cargo-outdated
6061
- run: cargo outdated --workspace --exit-code 1

0 commit comments

Comments
 (0)