Skip to content

Commit 8e63407

Browse files
committed
Fix binutils for coverage job
1 parent e6d3d33 commit 8e63407

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
components: llvm-tools-preview
2222
- name: code-coverage
2323
run: |
24-
cargo install cargo-binutils
24+
cargo install cargo-binutils@0.3.6
2525
cargo install --version 0.19.1 cargo-tarpaulin
2626
cargo tarpaulin --force-clean --exclude-files tests/data/* benches/* --follow-exec --coveralls ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)