Skip to content

Commit 9caf652

Browse files
committed
fix: Use rustup to install components
1 parent 0b1c3cd commit 9caf652

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
uses: dtolnay/rust-toolchain@master
1717
with:
1818
toolchain: stable
19+
- name: Install clippy and fmt
20+
run: rustup component add clippy rustfmt
1921
- name: Run cargo clippy to pick up any errors
2022
run: cargo clippy --all-targets -- -Dwarnings
2123
- name: Check code is formatted

0 commit comments

Comments
 (0)