Skip to content
This repository was archived by the owner on May 20, 2024. It is now read-only.

Commit 17b13dd

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 0bd460c commit 17b13dd

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
@@ -46,5 +46,6 @@ jobs:
4646
timeout-minutes: 45
4747
steps:
4848
- uses: actions/checkout@v4
49+
- uses: dtolnay/rust-toolchain@stable
4950
- uses: dtolnay/install@cargo-outdated
5051
- run: cargo outdated --workspace --exit-code 1

0 commit comments

Comments
 (0)