summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2023-05-14 18:32:57 -0400
committerGitHub <noreply@github.com>2023-05-14 18:32:57 -0400
commitdfeac520605e2ebbe03380daf3e0893267f11421 (patch)
tree0a9625010e88524861f65461bf2f33ffa0ef82bd
parent01df4f9000de12c422aa613352364cf392e06641 (diff)
downloadcryptography-alex-patch-1.tar.gz
Update ci.ymlalex-patch-1
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1dd2e6908..827443065 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -267,7 +267,7 @@ jobs:
id: rust-toolchain
with:
toolchain: ${{ matrix.RUST }}
- components: llvm-tools-preview,rustfmt
+ components: llvm-tools-preview,rustfmt,clippy
- name: Cache rust and pip
id: cargo-cache
uses: ./.github/actions/cache