summaryrefslogtreecommitdiff
path: root/ci/install.sh
blob: ad62a190e24f304e4048c10036cacf172503356e (plain)
1
2
3
4
5
6
#!/bin/bash

# Add clippy for lint validation
if [ "$CLIPPY" == "true" ]; then
    rustup component add clippy
fi