Skip to content

Commit

Permalink
ci: add llvm-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
evilrobot-01 committed May 11, 2024
1 parent 79c3eda commit 55cf0e0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,13 @@ jobs:
run: cargo test --lib

coverage:
needs: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

# - name: Install Rust stable
# run: rustup component add llvm-tools
- name: Install LLVM Tools
run: rustup component add llvm-tools

- name: Install cargo-llvm-cov and cargo-make
uses: taiki-e/install-action@v2
Expand Down

0 comments on commit 55cf0e0

Please sign in to comment.