Skip to content

Commit 07b0f82

Browse files
committed
CI: Fix rustup component install syntax.
1 parent 239b2db commit 07b0f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
submodules: recursive
2222

2323
- name: Install Rust
24-
run: rustup toolchain install ${{ matrix.rust }} --profile minimal --component rustfmt clippy
24+
run: rustup toolchain install ${{ matrix.rust }} --profile minimal --component rustfmt,clippy
2525

2626
- name: Install Dependencies (Linux)
2727
run: sudo apt-get update && sudo apt-get install libpulse-dev

0 commit comments

Comments
 (0)