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.
1 parent 377fe5d commit 0cac94eCopy full SHA for 0cac94e
.github/workflows/ci.yml
@@ -199,9 +199,11 @@ jobs:
199
components: rustfmt,llvm-tools-preview
200
- uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0
201
with:
202
- repo-token: ${{ secrets.GITHUB_TOKEN }}
203
- - name: cargo install cargo-llvm-cov
204
- uses: taiki-e/install-action@33734a118689b0b418824fb78ea2bf18e970b43b # cargo-llvm-cov
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
+ - name: Install cargo-llvm-cov
+ uses: taiki-e/install-action@33734a118689b0b418824fb78ea2bf18e970b43b
205
+ with:
206
+ tool: cargo-llvm-cov
207
- name: cargo generate-lockfile
208
if: hashFiles('Cargo.lock') == ''
209
run: cargo generate-lockfile
0 commit comments