github actions: install alsa

This commit is contained in:
Carter Anderson 2020-07-23 13:18:23 -07:00
parent 85bd0342d4
commit 70b12452b5

View file

@ -21,6 +21,8 @@ jobs:
with:
toolchain: stable
override: true
- name: Install alsa
run: sudo apt-get install libasound2-dev
- name: Build
run: cargo check
- name: Run tests