mirror of https://github.com/thesofproject/sof.git
.github: testbench: apt get libasound2-dev
Incoming topology re-org PR #6009 adds a new dependency on alsa headers. Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
parent
12451fe5b8
commit
5135e7e261
|
@ -108,7 +108,7 @@ jobs:
|
||||||
|
|
||||||
- name: apt get
|
- name: apt get
|
||||||
run: sudo apt-get update &&
|
run: sudo apt-get update &&
|
||||||
sudo apt-get -y install valgrind alsa-utils
|
sudo apt-get -y install valgrind alsa-utils libasound2-dev
|
||||||
|
|
||||||
# testbench needs some topologies.
|
# testbench needs some topologies.
|
||||||
- name: build test topologies
|
- name: build test topologies
|
||||||
|
|
Loading…
Reference in New Issue