Skip to content

Commit

Permalink
ci(test): install llvm-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ad2ien committed Nov 17, 2022
1 parent a25f91b commit 118d3be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
- name: Install grcov
run: if [[ ! -e ~/.cargo/bin/grcov ]]; then cargo install grcov; fi

- name: Install llvm-tools
run: rustup component add llvm-tools-preview

- name: Install cargo make
uses: davidB/rust-cargo-make@v1

Expand Down

0 comments on commit 118d3be

Please sign in to comment.