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:
|
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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user