Skip to content

Commit 61c23b7

Browse files
authored
add ALSA
1 parent 80ca390 commit 61c23b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
- uses: Swatinem/rust-cache@v2
2222
- run: rustup toolchain install stable --profile minimal --target ${{ matrix.target }}
2323
- 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
2426
- run: cargo fetch
2527
- run: make lint
2628
- name: cargo test build

0 commit comments

Comments
 (0)