Skip to content

Commit 7872131

Browse files
committed
ci: add clippy
1 parent e9c9dbb commit 7872131

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
run: |
8383
rustup install ${{ matrix.rust }}
8484
rustup default ${{ matrix.rust }}
85+
rustup component add clippy ${{ matrix.rust }}
8586
8687
- name: Install dependencies
8788
run: ${{ matrix.install }}

0 commit comments

Comments
 (0)