We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 239b2db commit 07b0f82Copy full SHA for 07b0f82
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
submodules: recursive
22
23
- name: Install Rust
24
- run: rustup toolchain install ${{ matrix.rust }} --profile minimal --component rustfmt clippy
+ run: rustup toolchain install ${{ matrix.rust }} --profile minimal --component rustfmt,clippy
25
26
- name: Install Dependencies (Linux)
27
run: sudo apt-get update && sudo apt-get install libpulse-dev
0 commit comments