Skip to content

Commit 173cb93

Browse files
committed
fix
1 parent 9f23f75 commit 173cb93

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 --components rustfmt clippy --no-self-update && rustup default 1.91
72+
run: rustup toolchain install 1.91 --component rustfmt 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)