Skip to content

Commit c66e20c

Browse files
committed
fix
1 parent 405b8f4 commit c66e20c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/rust.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,12 +229,16 @@ jobs:
229229

230230
- name: Install Toolchain
231231
uses: dtolnay/rust-toolchain@4305c38b25d97ef35a8ad1f985ccf2d2242004f2 # stable
232-
with:
233-
components: clippy, rustfmt
234232

235233
- name: Cache
236234
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # pin@v2
237235

236+
- name: Install Rust Fmt
237+
run: rustup component add rustfmt
238+
239+
- name: Install Clippy
240+
run: rustup component add clippy
241+
238242
- name: Get Clippy Version
239243
run: cargo clippy --version
240244

0 commit comments

Comments
 (0)