Skip to content

Commit 1e67f94

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 0274990 commit 1e67f94

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
@@ -33,6 +33,7 @@ jobs:
3333
timeout-minutes: 45
3434
steps:
3535
- uses: actions/checkout@v4
36+
- uses: dtolnay/rust-toolchain@stable
3637
- uses: dtolnay/install@cargo-outdated
3738
- run: cargo outdated --exit-code 1
3839
working-directory: _skeptic

0 commit comments

Comments
 (0)