Skip to content

Commit

Permalink
.github: testbench: apt get libasound2-dev
Browse files Browse the repository at this point in the history
Incoming topology re-org PR #6009 adds a new dependency on alsa headers.

Signed-off-by: Marc Herbert <[email protected]>
  • Loading branch information
marc-hb authored and lgirdwood committed Aug 25, 2022
1 parent 12451fe commit 5135e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:

- name: apt get
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.
- name: build test topologies
Expand Down

0 comments on commit 5135e7e

Please sign in to comment.