Skip to content

Commit b7e5fac

Browse files
committed
chore(ci): add rustfmt for docs job
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
1 parent befd7f1 commit b7e5fac

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
@@ -276,6 +276,7 @@ jobs:
276276
- run: rustup update nightly && rustup default nightly
277277
- run: rustup update stable
278278
- run: rustup component add rust-docs
279+
- run: rustup component add rustfmt --toolchain stable
279280
- run: ci/validate-man.sh
280281
# This requires rustfmt, use stable.
281282
- name: Run semver-check

0 commit comments

Comments
 (0)