Skip to content

Commit

Permalink
.github: add octave packages for testbench
Browse files Browse the repository at this point in the history
process_test requires octave. Before running octave,
signal and io pakcages should be loaded.

Signed-off-by: Fred Oh <[email protected]>
  • Loading branch information
fredoh9 authored and lgirdwood committed Sep 7, 2022
1 parent 51abaff commit fe7f44e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ jobs:
- name: apt get
run: sudo apt-get update &&
sudo apt-get -y install valgrind alsa-utils libasound2-dev
octave octave-io octave-signal

# testbench needs some topologies.
- name: build test topologies
Expand Down

0 comments on commit fe7f44e

Please sign in to comment.