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: with:
toolchain: stable toolchain: stable
override: true override: true
- name: Install alsa
run: sudo apt-get install libasound2-dev
- name: Build - name: Build
run: cargo check run: cargo check
- name: Run tests - name: Run tests