Skip to content

Commit 218770b

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 3a3f61b commit 218770b

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
@@ -132,6 +132,7 @@ jobs:
132132
timeout-minutes: 45
133133
steps:
134134
- uses: actions/checkout@v4
135+
- uses: dtolnay/rust-toolchain@stable
135136
- uses: dtolnay/install@cargo-outdated
136137
- run: cargo outdated --exit-code 1
137138
- run: cargo outdated --manifest-path fuzz/Cargo.toml --exit-code 1

0 commit comments

Comments
 (0)