We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
taiki-e/install-action
v2
1 parent 6ab0e7c commit 55fa29bCopy full SHA for 55fa29b
.github/actions/cargo-llvm-cov/action.yml
@@ -12,9 +12,9 @@ runs:
12
using: composite
13
steps:
14
- name: Install cargo-llvm-cov
15
- uses: taiki-e/install-action@v1
+ uses: taiki-e/install-action@v2
16
with:
17
- tool: cargo-llvm-cov
+ tool: cargo-llvm-cov@0.5.3
18
- run: rustup component add llvm-tools-preview
19
shell: bash
20
- name: LLVM instrument coverage
0 commit comments