Install libasound2-dev on GitHub CI

This commit is contained in:
Héctor Ramón Jiménez 2019-08-27 03:36:30 +02:00
parent 5da6bc7f2b
commit 5dbcf211ef

View file

@ -15,7 +15,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get -qq update
sudo apt-get install -y libudev-dev
sudo apt-get install -y libasound2-dev libudev-dev
- uses: actions/checkout@master
- name: Run tests
run: cargo test --verbose