Skip to content

Commit 8c3ff5e

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 02c8076 commit 8c3ff5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ jobs:
276276
- uses: actions/checkout@v4
277277
- run: rustup update nightly && rustup default nightly
278278
- run: rustup update stable
279-
- run: rustup component add rust-docs
279+
- run: rustup component add rust-docs rustfmt
280280
- run: ci/validate-man.sh
281281
# This requires rustfmt, use stable.
282282
- name: Run semver-check

0 commit comments

Comments
 (0)