Skip to content

Commit f2f2e4b

Browse files
tesujiGankra
authored andcommitted
ci: remove needless rust-docs component
1 parent 041c46e commit f2f2e4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
- name: Install Rust
1313
run: |
1414
rustup set profile minimal
15-
rustup toolchain install nightly -c rust-docs
16-
rustup default nightly
15+
rustup toolchain install nightly
16+
rustup default nightly
1717
- name: Install mdbook
1818
run: |
1919
mkdir bin

0 commit comments

Comments
 (0)