Skip to content

Commit

Permalink
Fixed error in coverage CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gsleap committed Apr 15, 2024
1 parent a876709 commit 980721c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,11 @@ jobs:
uses: dtolnay/rust-toolchain@v1
with:
toolchain: stable
components: llvm-tools,cargo-llvm-cov

components: llvm-tools

- name: Install cargo-llvm-cov
run: cargo install cargo-llvm-cov

- name: Set up Python 3.12
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 980721c

Please sign in to comment.