Skip to content

Commit

Permalink
Merge pull request #122 from artichoke/lopopolo-patch-1
Browse files Browse the repository at this point in the history
Install `llvm-tools-preview` in code coverage action
  • Loading branch information
lopopolo authored Feb 2, 2025
2 parents a6c04c3 + ec58d0b commit 68e0ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code-coverage/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
env:
TOOLCHAIN: ${{ inputs.toolchain }}
run: |
rustup toolchain install "$TOOLCHAIN" --profile minimal --component clippy --component rustfmt
rustup toolchain install "$TOOLCHAIN" --profile minimal --component llvm-tools-preview
- name: Update toolchain
shell: bash
Expand Down

0 comments on commit 68e0ebb

Please sign in to comment.