Skip to content

Commit 4f0b72e

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 1eb21ed commit 4f0b72e

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
@@ -96,5 +96,6 @@ jobs:
9696
timeout-minutes: 45
9797
steps:
9898
- uses: actions/checkout@v4
99+
- uses: dtolnay/rust-toolchain@stable
99100
- uses: dtolnay/install@cargo-outdated
100101
- run: cargo outdated --workspace --exit-code 1

0 commit comments

Comments
 (0)