mirror of
https://github.com/dnaka91/obws
synced 2024-11-13 19:12:03 +00:00
Use safer method to install llvm-tools-preview
This commit is contained in:
parent
65510dfc9a
commit
c5242d1792
4
Justfile
4
Justfile
@ -1,3 +1,5 @@
|
||||
set dotenv-load := true
|
||||
|
||||
nightly := "nightly-2021-06-01"
|
||||
|
||||
# list available recipes
|
||||
@ -7,7 +9,7 @@ default:
|
||||
# run integration tests with coverage
|
||||
coverage:
|
||||
cargo install grcov --git https://github.com/mozilla/grcov.git --rev c7a9b20d246a0cda812db509f206b38b3116cba4
|
||||
rustup component add --toolchain {{nightly}} llvm-tools-preview
|
||||
rustup toolchain install {{nightly}} --component llvm-tools-preview
|
||||
|
||||
rm -rf *.profraw ./target/debug/coverage
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user