File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -199,9 +199,11 @@ jobs:
199
199
components : rustfmt,llvm-tools-preview
200
200
- uses : arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0
201
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
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
205
207
- name : cargo generate-lockfile
206
208
if : hashFiles('Cargo.lock') == ''
207
209
run : cargo generate-lockfile
@@ -250,4 +252,4 @@ jobs:
250
252
with :
251
253
tool : cargo-machete
252
254
- name : cargo machete
253
- run : cargo machete
255
+ run : cargo machete
You can’t perform that action at this time.
0 commit comments