Skip to content

Commit 1ad6e01

Browse files
install cargo-binstall
1 parent 8b2a010 commit 1ad6e01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
components: llvm-tools-preview
2929
- uses: actions-rs/cargo@v1
3030
continue-on-error: true
31+
- name: Install cargo-binstall
32+
run: cargo install cargo-binstall
3133
- name: Run Grcov
3234
run: |
3335
rm -rf /tmp/cov;

0 commit comments

Comments
 (0)