Commit 3fe45f8
authored
fix: install cargo-llvm-cov when not present in cache (#782)
The cargo cache that is setup for the coverage job is also caching
cargo-llvm-cov, causing the step to fail on subsequent runs. With this
change we will always install the latest version of this crate.1 parent b944e0e commit 3fe45f8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments