Skip to content

Commit 6a5d61b

Browse files
committed
ci: add rustfmt and clippy components to rust-toolchain
1 parent 975f378 commit 6a5d61b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/setup-build-env/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ runs:
2727
uses: dtolnay/rust-toolchain@master
2828
with:
2929
toolchain: ${{ inputs.rust_toolchain_release }}
30+
components: rustfmt, clippy
3031

3132
- name: Install system deps (libudev, LLVM/Clang)
3233
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)