hurl/bin/install_grcov.sh

6 lines
91 B
Bash
Raw Normal View History

2022-08-11 23:51:17 +03:00
#!/bin/bash
set -e
cargo install grcov
rustup component add llvm-tools-preview
cargo clean