github actions: install alsa
This commit is contained in:
parent
85bd0342d4
commit
70b12452b5
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user