Skip to content

Commit fe99b5f

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 04a432e commit fe99b5f

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
@@ -198,6 +198,7 @@ jobs:
198198
timeout-minutes: 45
199199
steps:
200200
- uses: actions/checkout@v4
201+
- uses: dtolnay/rust-toolchain@stable
201202
- uses: dtolnay/install@cargo-outdated
202203
- run: cargo outdated --workspace --exit-code 1
203204
- run: cargo outdated --manifest-path fuzz/Cargo.toml --exit-code 1

0 commit comments

Comments
 (0)