Skip to content

Commit 74d0670

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 3bfab6e commit 74d0670

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
@@ -168,5 +168,6 @@ jobs:
168168
timeout-minutes: 45
169169
steps:
170170
- uses: actions/checkout@v4
171+
- uses: dtolnay/rust-toolchain@stable
171172
- uses: dtolnay/install@cargo-outdated
172173
- run: cargo outdated --workspace --exit-code 1

0 commit comments

Comments
 (0)