Skip to content

Commit 0a41253

Browse files
ci: Add rustfmt component where needed
1 parent ae3748f commit 0a41253

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ jobs:
140140
profile: minimal
141141
toolchain: stable
142142
override: true
143+
components: rustfmt
143144
- run: git submodule update --checkout
144145
- run: python3 ./generator.py --yes ./
145146
- run: git diff --exit-code
@@ -157,6 +158,7 @@ jobs:
157158
profile: minimal
158159
toolchain: stable
159160
override: true
161+
components: rustfmt
160162
- run: git submodule update --checkout
161163
- run: cargo install rustdoc-stripper
162164
- run: python3 generator.py --embed-docs

0 commit comments

Comments
 (0)