Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit ec58d0b

Browse files
authored
Install llvm-tools-preview in code coverage action
copy and paste error when fixing up zizmor issues in #121.
1 parent a6c04c3 commit ec58d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code-coverage/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
env:
2222
TOOLCHAIN: ${{ inputs.toolchain }}
2323
run: |
24-
rustup toolchain install "$TOOLCHAIN" --profile minimal --component clippy --component rustfmt
24+
rustup toolchain install "$TOOLCHAIN" --profile minimal --component llvm-tools-preview
2525
2626
- name: Update toolchain
2727
shell: bash

0 commit comments

Comments
 (0)