Skip to content

Commit 0cac94e

Browse files
committed
fix
1 parent 377fe5d commit 0cac94e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,11 @@ jobs:
199199
components: rustfmt,llvm-tools-preview
200200
- uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0
201201
with:
202-
repo-token: ${{ secrets.GITHUB_TOKEN }}
203-
- name: cargo install cargo-llvm-cov
204-
uses: taiki-e/install-action@33734a118689b0b418824fb78ea2bf18e970b43b # cargo-llvm-cov
202+
repo-token: ${{ secrets.GITHUB_TOKEN }}
203+
- name: Install cargo-llvm-cov
204+
uses: taiki-e/install-action@33734a118689b0b418824fb78ea2bf18e970b43b
205+
with:
206+
tool: cargo-llvm-cov
205207
- name: cargo generate-lockfile
206208
if: hashFiles('Cargo.lock') == ''
207209
run: cargo generate-lockfile

0 commit comments

Comments
 (0)