File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments