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 80ca390 commit 61c23b7Copy full SHA for 61c23b7
.github/workflows/ci.yml
@@ -21,6 +21,8 @@ jobs:
21
- uses: Swatinem/rust-cache@v2
22
- run: rustup toolchain install stable --profile minimal --target ${{ matrix.target }}
23
- run: rustup component add rustfmt clippy
24
+ - name: Install ALSA development libraries
25
+ run: sudo apt-get update && sudo apt-get install -y libasound2-dev
26
- run: cargo fetch
27
- run: make lint
28
- name: cargo test build
0 commit comments