Commit 5a9de65
authored
fix(ci): install cargo-tarpaulin via install-action tool input (#2169)
The coverage job used taiki-e/install-action without a `with: tool` input, so cargo-tarpaulin was never installed and the later `cargo tarpaulin` steps failed. Pass `tool: cargo-tarpaulin` to install it.1 parent 9738e22 commit 5a9de65
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| |||
0 commit comments