Skip to content

Commit f8f9c71

Browse files
committed
Add libasound to github workflow
1 parent 32ff3bc commit f8f9c71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
run: |
1212
sudo apt-get update -y
1313
sudo apt-get install python3 python3-setuptools python3-pip
14+
sudo apt-get install libasound2-dev
1415
sudo pip3 install pytest
1516
- name: Python test
1617
run: python3 setup.py test

0 commit comments

Comments
 (0)