Skip to content

Commit

Permalink
ci: fix coverage (#4071)
Browse files Browse the repository at this point in the history
Add llvm-tools-preview to toolchain
  • Loading branch information
stringhandler authored May 3, 2022
1 parent 8c78717 commit a4e3be8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ env.toolchain }}
- uses: Swatinem/rust-cache@v1
override: true
components: llvm-tools-preview
- name: ubuntu dependencies
run: |
sudo apt-get update && \
Expand Down

0 comments on commit a4e3be8

Please sign in to comment.