Skip to content

Commit 2d55398

Browse files
authored
chore(ci): add rustfmt for docs job (rust-lang#16013)
### What does this PR try to resolve? Unclear why it wasn't missing before. The line was added five years ago. Seems it should be available. https://github.com/actions/runner-images/blob/75ec4229/images/ubuntu/scripts/build/install-rust.sh#L19-L20 Maybe due to recent pin/unpin 1.89 issue? actions/runner-images@69c94f5b ### How to test and review this PR? Job passes.
2 parents 02c8076 + b6d572b commit 2d55398

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ jobs:
277277
- run: rustup update nightly && rustup default nightly
278278
- run: rustup update stable
279279
- run: rustup component add rust-docs
280+
- run: rustup component add rustfmt --toolchain stable
280281
- run: ci/validate-man.sh
281282
# This requires rustfmt, use stable.
282283
- name: Run semver-check

0 commit comments

Comments
 (0)