Skip to content

Commit

Permalink
Explicitly install clippy during CI
Browse files Browse the repository at this point in the history
It used to be included in the rust:latest container, but apparently no
longer is.
  • Loading branch information
asomers committed Mar 5, 2024
1 parent f56b5af commit d8e7777
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ test_task:
- fi
clippy_script:
- if rustc --version | grep -q nightly; then
- rustup component add clippy
- cargo clippy --all-features --all-targets
- fi
audit_script:
Expand Down

0 comments on commit d8e7777

Please sign in to comment.