Skip to content

Commit 7c57199

Browse files
JohnAZoidbergzachfeldman
authored andcommitted
gh actions: Install ALSA
Needed for the EQ visualizer. Signed-off-by: Daniel Schaefer <[email protected]>
1 parent 9522913 commit 7c57199

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/software.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install dependencies
3939
run: |
4040
sudo apt-get update
41-
sudo apt-get install -y libudev-dev
41+
sudo apt-get install -y libudev-dev libasound2-dev
4242
4343
- name: Setup Rust toolchain
4444
run: rustup show
@@ -85,7 +85,7 @@ jobs:
8585
- name: Install dependencies
8686
run: |
8787
sudo apt-get update
88-
sudo apt-get install -y libudev-dev
88+
sudo apt-get install -y libudev-dev libasound2-dev
8989
9090
- name: Setup Rust toolchain
9191
run: rustup show

0 commit comments

Comments
 (0)