Skip to content

Commit 1551c9e

Browse files
committed
fix
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
1 parent 8d2f218 commit 1551c9e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,6 @@ jobs:
359359
if: ${{ matrix.suite == 'tests' }}
360360
run: |
361361
cargo nextest run --locked --workspace --all-features --no-fail-fast
362-
- name: Install llvm-tools-preview
363-
run: rustup component add llvm-tools-preview
364362
- name: Generate coverage report
365363
run: |
366364
grcov . --binary-path target/debug/ -s . -t lcov --llvm --ignore-not-existing \

0 commit comments

Comments
 (0)