Skip to content

Commit

Permalink
Explicitly install a Rust toolchain for cargo-outdated job
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dtolnay committed Mar 26, 2024
1 parent 3a3f61b commit 218770b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -132,6 +132,7 @@ jobs:
timeout-minutes: 45
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/install@cargo-outdated
- run: cargo outdated --exit-code 1
- run: cargo outdated --manifest-path fuzz/Cargo.toml --exit-code 1

0 comments on commit 218770b

Please sign in to comment.