Skip to content

Commit a8736e7

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 d63c2b5 commit a8736e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,6 @@ jobs:
9999
timeout-minutes: 45
100100
steps:
101101
- uses: actions/checkout@v4
102+
- uses: dtolnay/rust-toolchain@stable
102103
- uses: dtolnay/install@cargo-outdated
103104
- run: cargo outdated --workspace --exit-code 1

0 commit comments

Comments
 (0)