Skip to content

Commit ab82c09

Browse files
committed
fix component
1 parent 173cb93 commit ab82c09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
key: ${{ runner.os }}-rust-toolchain-1.91 # RUST_VER
7070

7171
- name: Install Rust toolchain
72-
run: rustup toolchain install 1.91 --component rustfmt clippy --no-self-update && rustup default 1.91
72+
run: rustup toolchain install 1.91 --component rustfmt --component clippy --no-self-update && rustup default 1.91
7373

7474
- name: Install cargo-audit
7575
run: cargo install --locked cargo-audit

0 commit comments

Comments
 (0)