Skip to content

Commit 1d9bd25

Browse files
authored
chore: Fix CI coverage error for failing to install llvm-cov (#2958)
1 parent 377fe5d commit 1d9bd25

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 4 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 # v2.50.4
205+
with:
206+
tool: cargo-llvm-cov
205207
- name: cargo generate-lockfile
206208
if: hashFiles('Cargo.lock') == ''
207209
run: cargo generate-lockfile
@@ -250,4 +252,4 @@ jobs:
250252
with:
251253
tool: cargo-machete
252254
- name: cargo machete
253-
run: cargo machete
255+
run: cargo machete

0 commit comments

Comments
 (0)