diff options
Diffstat (limited to 'ci/install.sh')
-rwxr-xr-x | ci/install.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ci/install.sh b/ci/install.sh deleted file mode 100755 index ad62a190..00000000 --- a/ci/install.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -# Add clippy for lint validation -if [ "$CLIPPY" == "true" ]; then - rustup component add clippy -fi |