mirror of
https://github.com/alacritty/alacritty.git
synced 2025-07-31 22:03:40 -04:00
Switch to rustup clippy component
This commit is contained in:
parent
dbcb5885ad
commit
ea512cb0f3
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ env:
|
|||
- CLIPPY=""
|
||||
|
||||
install:
|
||||
- if [ -n "$CLIPPY" ]; then cargo install -f clippy; fi
|
||||
- if [ -n "$CLIPPY" ]; then rustup component add clippy-preview; fi
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue