mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 00:44:55 +03:00
6 lines
91 B
Bash
Executable File
6 lines
91 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
cargo install grcov
|
|
rustup component add llvm-tools-preview
|
|
cargo clean
|