Skip to content

Commit d1f43af

Browse files
committed
explicitly include clippy #344
1 parent c0ee6b1 commit d1f43af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v3
1818

1919
- name: Install stable toolchain
20-
run: rustup update 1.70
20+
run: rustup update 1.70 --component clippy
2121

2222
- name: Install nightly toolchain (for rustfmt only)
2323
run: rustup toolchain install nightly --profile minimal --component rustfmt

0 commit comments

Comments
 (0)