Skip to content

Commit 82ffc8a

Browse files
committed
CI: Fix syntax for rustup components.
1 parent e64650a commit 82ffc8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
submodules: recursive
4242

4343
- name: Install Rust
44-
run: rustup toolchain install ${{ matrix.rust }} --profile minimal --component rustfmt clippy
44+
run: rustup toolchain install ${{ matrix.rust }} --profile minimal --component rustfmt,clippy
4545

4646
- name: Check format
4747
shell: bash

0 commit comments

Comments
 (0)