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