We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9c9dbb commit 7872131Copy full SHA for 7872131
.github/workflows/ci.yaml
@@ -82,6 +82,7 @@ jobs:
82
run: |
83
rustup install ${{ matrix.rust }}
84
rustup default ${{ matrix.rust }}
85
+ rustup component add clippy ${{ matrix.rust }}
86
87
- name: Install dependencies
88
run: ${{ matrix.install }}
0 commit comments